http://www.naissancebebe.com/index.php?fc=module&module=prenoms&controller=search&gender=boy
I want to rewrite this using .htaccess to this way
http://www.naissancebebe.com/boy.php
so this query string "index.php?fc=module&module=prenoms&controller=search&gender=boy" add in .htaccess file.
here is my code
#RewriteEngine On
RewriteRule ^boy.php /index.php?fc=module&module=prenoms&controller=search&gender=boy [L]
& gender=boy? with a space?