.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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -