Files
lgp-admin-plus-api/public/.htaccess

6 lines
153 B
ApacheConf
Raw Normal View History

2011-08-03 22:15:08 -05:00
<IfModule mod_rewrite.c>
2013-01-11 15:14:07 -06:00
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
2011-08-03 22:15:08 -05:00
</IfModule>