Wednesday, July 18, 2012

htaccess sample code for url redirection

This is following simple .htcacces sample  redirects the url to the complaints folder, If the url starts from complains

RewriteEngine On
RewriteRule ^complaints/(.*)$ complaints/index.php?tag=$1 [QSA,L]

No comments:

Post a Comment