Correction for running on php -S

This commit is contained in:
Stephan Kasdorf
2018-04-11 14:36:16 +02:00
parent d3534115e0
commit 628329396e
2 changed files with 6 additions and 2 deletions

4
.htaccess Normal file
View File

@@ -0,0 +1,4 @@
SetEnv APPLICATION_ENV development
RewriteEngine On
RewriteRule !\.(js|gif|jpg|png|css|txt)$ index.php [L]
RewriteRule ^(.*)$ $1 [L]