git » repo » main » tree

[main] / services / notes / www / .htaccess

1
2
3
4
5
6
7
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
AddDefaultCharset UTF-8
RewriteRule ^(.+)$ index.php?q=$1 [L,QSA]

php_flag display_startup_errors off
php_flag display_errors off