diff options
| author | MaZderMind | 2016-12-27 09:19:10 +0100 | 
|---|---|---|
| committer | MaZderMind | 2016-12-27 09:19:10 +0100 | 
| commit | f5e7bc37a2b75442a6e6c04c9efcd145dc754198 (patch) | |
| tree | 2d419537d96217377b3d53e760d5a698ab78ad62 /.htaccess | |
| parent | 036232518a804c7c6ea3f25b050209e30dd12735 (diff) | |
| parent | 4f9d6c1ac4ac924b28f82e0ed177b42fd7c25a61 (diff) | |
Merge branch 'events/33c3' of ssh://mng.ber.c3voc.de/streaming-website into events/33c3
Diffstat (limited to '')
| -rw-r--r-- | .htaccess | 6 | 
1 files changed, 5 insertions, 1 deletions
| @@ -5,4 +5,8 @@ RewriteCond %{REQUEST_FILENAME} !-f  RewriteCond %{REQUEST_FILENAME} !-d  RewriteCond %{REQUEST_FILENAME} !-l -RewriteRule (.*) index.php?route=$1&htaccess=1 [L] +RewriteRule (.*) index.php?route=$1&htaccess=1 [L,QSA] +RewriteRule ^/?$ index.php?route=$1&htaccess=1 [L,QSA] + +#DirectoryIndex index.php?htaccess=1 +DirectoryIndex disabled | 
