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.

5 lines
132 B
ApacheConf
Raw Normal View History

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