URL rewriting problem
Posted: Fri Jun 26, 2009 11:09 am
I have a problem in URL rewriting. I have tried with all the options
step 1:
Options +FollowSymLinks
RewriteEngine On
RewriteRule abc/name/(.*) abc.php?name=$1
step 2:
AllowOverride None modified None to ALL
Step3: Uncommented LoadModule rewrite_module modules/mod_rewrite.so in http.conf file.
still it doesnt work. Please suggest what am i missing.
sunil025@gmail.com
step 1:
Options +FollowSymLinks
RewriteEngine On
RewriteRule abc/name/(.*) abc.php?name=$1
step 2:
AllowOverride None modified None to ALL
Step3: Uncommented LoadModule rewrite_module modules/mod_rewrite.so in http.conf file.
still it doesnt work. Please suggest what am i missing.
sunil025@gmail.com