.htaccess - Why this htaccess code not working? -
is there erorr in code?
<ifmodule mod_rewrite.c> rewriteengine on rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^(.*)$ index.php?url=$1 [pt,l] </ifmodule>
rewriteengine active in apachi code not working :(
tnks
Comments
Post a Comment