This repository has been archived on 2024-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
AroMVC/.htaccess

4 lines
104 B
ApacheConf
Raw Normal View History

2017-02-24 16:39:37 +00:00
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]