Can some one tell me why this does not work ?

I am trying to fix my .htaccess it does not seem to work.

the site is babynamesandmeanings.net


this is the .htaccess

RewriteEngine on



#index.php



RewriteRule ^([A-Z]+)/$ /index.php?letter=$1 [L,NC]

RewriteRule ^([A-Z]+)/page-([0-9]*)/$ /index.php?letter=$1&page=$2 [L,NC]



#boy-baby-names.php
RewriteRule ^boys/([A-Z]+)/$ /boy-baby-names.php?letter=$1 [L,NC]
RewriteRule ^boys/([A-Z]+)/page-([0-9]*)/$ /boy-baby-names.php?letter=$1&page=$2 [L,NC]


can some one tell me what is...

Can some one tell me why this does not work ?

from PHP http://ift.tt/1W7SoZJ
via IFTTT
Previous
Next Post »
Thanks for your comment