Hi to all
I m looking for some help. i want to do url rewritting. i write code e.g
1)On local host its give an error "Internal Server Error". same error occurred even when i wrote just first two lines of above code.
2)On live site it not give any error but its not working at all. In fact there is no effect of writing above code.
is there any problem in php settings. Please send me some solution. I tried hard but did't find any solution
I m looking for some help. i want to do url rewritting. i write code e.g
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule index/show/(.*)/cat/(.*)/ index.php?show=$1&cat=$2 RewriteRule index/show/(.*)/cat/(.*) index.php?show=$1&cat=$2
2)On live site it not give any error but its not working at all. In fact there is no effect of writing above code.
is there any problem in php settings. Please send me some solution. I tried hard but did't find any solution
Comment