Bugfixes
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
php_flag display_errors on
|
||||
Options -Indexes
|
||||
|
||||
# ErrorDocument 404
|
||||
|
||||
RewriteEngine On
|
||||
RewriteRule ^api/(.*)?$ index.php?api=$1&$2 [L,QSA]
|
||||
RewriteRule ^(?!((js|css|img|fonts|api)($|\/)))(.*)?$ index.php?site=$1&$2 [L,QSA]
|
||||
RewriteRule ^((?!((js|css|img|fonts|api)($|\/)))(.*)?)$ index.php?site=$1&$2 [L,QSA]
|
||||
|
||||
Reference in New Issue
Block a user