web-base/.htaccess
2020-04-01 15:14:52 +02:00

9 lines
225 B
ApacheConf

php_flag display_errors on
Options -Indexes
RedirectMatch 404 /\.git
RewriteEngine On
RewriteRule ^api/(.*)?$ index.php?api=$1&$2 [L,QSA]
RewriteRule ^((?!((js|css|img|fonts|api)($|\/)))(.*)?)$ index.php?site=$1&$2 [L,QSA]