mirror of
https://github.com/openvk/chandler.git
synced 2025-01-22 07:14:13 +03:00
Update .htaccess (#1)
This commit is contained in:
parent
97573bb465
commit
05f430b556
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
RewriteRule ^(.+)-datastore/(.+) datafwd.php?extension=$1&file=$2 [L]
|
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule (.*) index.php [QSA]
|
RewriteRule (.*) index.php [QSA]
|
||||||
|
|
||||||
php_flag display_errors on
|
|
||||||
php_flag display_startup_errors on
|
|
Loading…
Reference in a new issue