Added .htaccess file for apache users

This commit is contained in:
root 2017-09-16 06:29:02 +00:00
parent f0713e9945
commit 472e66dc50

5
public/.htaccess Normal file
View File

@ -0,0 +1,5 @@
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]