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

5 lines
132 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]