mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
10 lines
No EOL
256 B
ApacheConf
10 lines
No EOL
256 B
ApacheConf
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 |