1
0
This repository has been archived on 2017-06-06. You can view files and clone it, but cannot push or open issues or pull requests.
informaticaD4P-2017/public/.htaccess

5 lines
132 B
ApacheConf
Raw Normal View History

2017-03-15 12:44:32 +00:00
RewriteEngine on
2017-02-09 06:50:51 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
2017-03-15 12:44:32 +00:00
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]