localwebsite: support apache backend, add .htaccess

This commit is contained in:
Evgeny Zinoviev 2022-05-21 02:21:45 +03:00
parent aecd5c01aa
commit 4fb0795d93

View File

@ -0,0 +1,6 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/server-status
RewriteRule ^.*$ /index.php [L,QSA]