What is wrong with this code! arghhh!!
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^tags/([^/]+) tags.php?tag=$1 [NC]
I’m trying to clean my URL up to http://mydomain.com/tags/tag names here
from http://mydomain.com/tags.php?tag=tag names here
Is this the extract from your local (
.htaccess) or global (httpd.conf) config?/(RewriteRule ^/tags/([^/]+) tags.php?tag=$1 ...)./var/www). Check the permissions (www.www 640).If does not help, enable logging: