mirror of
https://github.com/openvk/chandler.git
synced 2024-11-14 19:19:11 +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
|
||||
|
||||
RewriteRule ^(.+)-datastore/(.+) datafwd.php?extension=$1&file=$2 [L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule (.*) index.php [QSA]
|
||||
|
||||
php_flag display_errors on
|
||||
php_flag display_startup_errors on
|
Loading…
Reference in a new issue