Mercurial > defr > drupal > core
diff .htaccess @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | fff6d4c8c043 |
children |
line wrap: on
line diff
--- a/.htaccess Tue Dec 23 14:32:33 2008 +0100 +++ b/.htaccess Tue Dec 23 14:32:44 2008 +0100 @@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes. -<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"> +<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$"> Order allow,deny </FilesMatch> @@ -18,6 +18,7 @@ # Force simple error message for requests for non-existent favicon.ico. <Files favicon.ico> + # There is no end quote below, for compatibility with Apache 1.3. ErrorDocument 404 "The requested file favicon.ico was not found. </Files> @@ -106,4 +107,4 @@ RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] </IfModule> -# $Id: .htaccess,v 1.90.2.1 2008/07/08 09:33:14 goba Exp $ +# $Id: .htaccess,v 1.90.2.3 2008/12/10 20:04:08 goba Exp $