Problem with mod_rewrite rules in .htaccess file

Posted by Prashant on Stack Overflow See other posts from Stack Overflow or by Prashant
Published on 2009-08-16T10:52:04Z Indexed on 2010/04/14 15:03 UTC
Read the original article Hit count: 194

Filed under:
|
|

This is my .htaccess file but it is not working. Not any URL is redirected. Help me.

RewriteEngine on
RewriteRule ^home index.php
RewriteRule ^contactus index.php?file=c-contactus
RewriteRule ^course_registration index.php?file=c-course_registration
RewriteRule ^ncplhpage index.php?file=c-ncplhpage
RewriteRule ^scplhpage index.php?file=c-scplhpage
RewriteRule ^corporatetra index.php?file=c-corporatetra

© Stack Overflow or respective owner

Related posts about apache

Related posts about .htaccess