Untitled

 avatar
unknown
apache_conf
2 years ago
212 B
5
Indexable
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI}
RewriteRule . /index.php [L]
Editor is loading...