chandler/htdocs/.htaccess

10 lines
256 B
ApacheConf
Raw Normal View History

2020-05-29 21:49:16 +03:00
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