web-base/.htaccess

9 lines
229 B
ApacheConf
Raw Normal View History

2020-02-09 23:02:19 +01:00
php_flag display_errors on
Options -Indexes
2020-04-01 15:14:52 +02:00
RedirectMatch 404 /\.git
2020-02-10 12:32:53 +01:00
2020-02-10 00:52:25 +01:00
RewriteEngine On
RewriteRule ^api/(.*)?$ index.php?api=$1&$2 [L,QSA]
2020-04-03 22:10:21 +02:00
RewriteRule ^((?!((js|css|img|fonts|api|docs)($|/)))(.*)?)$ index.php?site=$1&$2 [L,QSA]