Untitled
Anonymous
apache_conf
12/19/2022 2:05 PM
284 B
17
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...