summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-06-28 19:48:21 +0000
committerDries Buytaert <dries@buytaert.net>2008-06-28 19:48:21 +0000
commit6fca076eadd2d678f7e0024ba512ee9863c6eef6 (patch)
tree4206bf50870e70c72111af2f5ba81815c078dc0f /.htaccess
parent76fe77cc22bf0acd15ed995068acdbabe8458724 (diff)
downloadbrdo-6fca076eadd2d678f7e0024ba512ee9863c6eef6.tar.gz
brdo-6fca076eadd2d678f7e0024ba512ee9863c6eef6.tar.bz2
- Patch #174940 by gpk: fixed favicon.ico 404s.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/.htaccess b/.htaccess
index 93e59c347..932bd44c4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,7 +18,7 @@ ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
<Files favicon.ico>
- ErrorDocument 404 "The requested file favicon.ico was not found."
+ ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>
# Set the default handler.
@@ -79,7 +79,7 @@ DirectoryIndex index.php
# uncomment the following line:
# RewriteBase /
- # Rewrite URLs of the form 'index.php?q=x'.
+ # Rewrite URLs of the form 'x' to the form 'index.php?q=x'.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico