.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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -