
Manish
Member • Oct 17, 2013
Rewrite rules not working on localhost
Hello Friends
I am badly stuck with following Problem
I have a Project set up on my localhost in following hierarchy
www/htdocs/abl
Now the Problem is I want to rewrite following url :
#-Link-Snipped-#
to
#-Link-Snipped-#
For this I have written a .htaccess file with following code
Thanks in advance
I am badly stuck with following Problem
I have a Project set up on my localhost in following hierarchy
www/htdocs/abl
Now the Problem is I want to rewrite following url :
#-Link-Snipped-#
to
#-Link-Snipped-#
For this I have written a .htaccess file with following code
Options +FollowSymLinks RewriteEngine on RewriteBase / RewriteRule ^([^/]+)/category/([^/]+).html /index.php?file=$1&sub1=category [NC]But it is not working, what I am doing wrong here?
Thanks in advance