I get this error message depending on the page you visit:
http://meldville.com/home/js/404.php
or
http://meldville.com/skin/css/404.php
When I go to the link with Chrome it says:
This webpage has a redirect loop
What I have done wrong. Here’s my code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ url.php?url=$1 [L]
I use it to write beautiful URL like www.mywebsite.com/myName
Thank you,