localwebsite: support apache backend, add .htaccess
This commit is contained in:
parent
aecd5c01aa
commit
4fb0795d93
6
localwebsite/htdocs/.htaccess
Normal file
6
localwebsite/htdocs/.htaccess
Normal 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]
|
Loading…
x
Reference in New Issue
Block a user