Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Admin 404
#4
(2017-04-26, 02:23:42)stevef Wrote: Thanks for the reply Shawn.

After a few changes I am now able to access the admin all is working Ok with the exception of updating pages, this still returns a 404 error.

Try add to .htaccess this
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

And this
Code:
RewriteCond %{HTTPS_HOST} ^your-site.com/ [NC]
RewriteRule ^(.*)$ https://www.your-site.com/$1 [R=301,L]
Reply


Messages In This Thread
Admin 404 - by stevef - 2017-04-26, 01:08:48
RE: Admin 404 - by shawn_a - 2017-04-26, 01:58:29
RE: Admin 404 - by stevef - 2017-04-26, 02:23:42
RE: Admin 404 - by smdp-1971 - 2017-04-29, 04:28:42
RE: Admin 404 - by stevef - 2017-05-05, 07:21:54
RE: Admin 404 - by smdp-1971 - 2017-05-05, 09:03:28



Users browsing this thread: 1 Guest(s)