Forum Moderators: phranque
RewriteRule ^story$ index.html
RewriteRule ^story\/(.*)\.html$ index.html?mode=view&ID=$1 [local.mydomain.com...]
The requested URL /story/151-49.html was not found on this server.
But if I change "story" in my .htaccess to any-other-name, then [local.mydomain.com...] works !
/var/logs/apache2/error
[Sun Aug 09 09:28:03 2009] [error] [client 127.0.0.1] Negotiation: discovered file(s) matching request: /home/username/vhosts/mydomain.com/story (None could be negotiated)., referer: [local.mydomain.com...]
Anything but "story" should be used ! Any reason why this is happening ?
Thanks