The files have this code in them:
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteCond %{REQUEST_URI} webshop
RewriteRule ^(.*)$ https://www.preceptscotland.org/webshop/$1 [R=301,L]
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteCond %{REQUEST_URI} webshop/*****
RewriteRule ^(.*)$ https://www.preceptscotland.org/webshop/*****/$1 [R=301,L]
The ***** show where the login to the backend is - but the name has been changed for security reasons.
The one for admin is unnecessary -- I was expecting to see a user/pass arrangement or something else related specifically to admin, not a mimetic rewrite. The root .htaccess covers directories above it, where additional directives can be added, but yours in admin doesn't do anything useful and is counterproductive, so remove it.
Okay, then upon return florinsmith will see the lines requested.
Okay, then upon return florinsmith will see the lines requested.
Yes, those are the redirects I was reffering to, can delete the one from admin, leave the one from root (in case the site is manually accessed via http it still redirects to https so has the purpose you intended for it), mark your topic as solved and done.
Who is online
Users browsing this forum: No registered users and 13 guests