mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
repair routing under apache mod_php/mod_redir
This commit is contained in:
parent
51cf468620
commit
0beac83b95
1 changed files with 5 additions and 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
|
||||
|
|
Loading…
Reference in a new issue