Wednesday 08 February 2006 2:01:00 am
I get this message:
Forbidden
You don't have permission to access /design/standard/images/favicon.ico on this server.
which is kinda annoying. the site is running in Virtual Host mode, and I did the following in httpd.conf:
RewriteRule !\.(gif|jpe?g|png|css|js|html|ico)$ /index.php
The site is running on a Windows server. I was able to access gifs and jpgs and whatnot in the same folder as the icon, just not the icon. Anyone have a solution?
|