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

7 lines
142 B
ApacheConf
Raw Normal View History

2011-08-03 22:15:08 -05:00
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
2013-04-09 15:37:50 -05:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
2011-08-03 22:15:08 -05:00
</IfModule>