diff options
| author | Tomasz Kalkosinski <pppspoonman@users.sourceforge.net> | 2008-03-03 20:53:24 +0000 |
|---|---|---|
| committer | Tomasz Kalkosinski <pppspoonman@users.sourceforge.net> | 2008-03-03 20:53:24 +0000 |
| commit | 7ca64274fa3165793318318af60b1e9e7c85adf5 (patch) | |
| tree | 2e41bd5cf9c9139551f166ec21a7476c2b79f326 /.htaccess | |
| parent | ee678db5049bb6da12f357d742ee52a79e4efbd9 (diff) | |
| download | newsletters-7ca64274fa3165793318318af60b1e9e7c85adf5.tar.gz newsletters-7ca64274fa3165793318318af60b1e9e7c85adf5.tar.bz2 newsletters-7ca64274fa3165793318318af60b1e9e7c85adf5.zip | |
Add hints do disable apache MultiViews if mod_rewrite doesn't work.R202
Diffstat (limited to '.htaccess')
| -rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# Uncomment this if you have problems with RewriteRule edition. See 'PrettyUrls' on BitWeaver's wiki. +# Options -MultiViews <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{SCRIPT_FILENAME} -f [OR] |
