Hardis/.htaccess

6 lines
158 B
ApacheConf
Raw Normal View History

2016-05-29 12:43:43 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L,QSA]