Newer
Older
ournorth2021 / admin / .htaccess
LuisOlaya on 8 Apr 2021 242 bytes primer
<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews
    </IfModule>

    RewriteEngine On 
	RewriteCond %{SERVER_PORT} 80 
	RewriteRule ^(.*)$ https://ournorth2021.com/admin/$1 [R,L]

</IfModule>