Can someone please tell me what should my .htaccess file contain to create the following rewrite:
http://www.example.com/success
to call
http://www.example.com/index.php?q=success
Can someone please tell me what should my .htaccess file contain to create the following rewrite:
http://www.example.com/success
to call
http://www.example.com/index.php?q=success
Following code I use for my site
or you can write following
Try with:
Heres is one way to do it:
UPDATED
This modification allows for any word(s) instead of
success
in the previous version: