HummingBirdAnimeClient/.htaccess

6 lines
177 B
ApacheConf
Raw Normal View History

2016-02-05 14:14:02 -05:00
#Rewrite index.php out of the app urls
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]