Posted By: jkility on July 24, 2016, 2:31 pm | Post: 3 |
Here's what my .htaccess in rebootme current say's
Code Header always set Strict-Transport-Security "max-age=31536000; preload"
Header always set X-Frame-Options DENY Header always set X-Content-Type-Options nosniff RewriteCond %{SERVER_PORT} *Removed* RewriteRule ^(.*)$ https://www.rebootmewithhsct.co.uk/$1 [R,L] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAF |
Posted By: Guest on July 24, 2016, 3:32 pm | Post: 7 |
Thank you for your chat.
You need wait a reply from the Webuzo team who maybe can ask to open a ticket. |
Posted By: Guest on July 25, 2016, 8:57 am | Post: 8 |
Seems you have now solved your issue.
Have a great time! |
Posted By: jkility on July 25, 2016, 12:01 pm | Post: 9 |
Hi,
I was actually playing along with Prestashop last night after our conversation just to try and get it to work. I disabled SSL throughout all pages and now fab-fudge.co.uk works. BUT https://fab-fudge.co.uk does not and redirects to https://rebootmewithhsct.co.uk |
Posted By: Guest on July 25, 2016, 12:13 pm | Post: 10 |
Hi,
this morning I was able to see your PrestaShop maintenance page without https in http. Now I AM able to see same issue as yesterday but is not the issue you say. Seems you are little confused about that. http://fab-fudge.co.uk/ does not redirect to https://rebootmewithhsct.co.uk/ but redirect to the https version of fab-fudge.co.uk as there are no valid certificate for fab-fudge.co.uk the browser show an error. Maybe you have enabled SSL in your PrestaShop settings or somewhere. I think is an issue with your PrestaShop settings or install at this point. |
Posted By: Guest on July 25, 2016, 12:14 pm | Post: 11 |
For me the URL http://fab-fudge.co.uk/ IS now working and show maintenance message so seems has stopped to redirect to the not supported https version of the URL so problem seems solved.
|
Posted By: jkility on July 25, 2016, 12:15 pm | Post: 12 |
Hi,
http://fab-fudge.co.uk work's fine with no problem now. https://fab-fudge.co.uk redirects to https://rebootmewithhsct.co.uk which I'm not sure why. As you say, it could be a issue with the SSL so I'll feed this back to my webhost to look into |
Posted By: Guest on July 25, 2016, 12:17 pm | Post: 13 |
Quote From : jkility July 25, 2016, 12:15 pm Hi,
http://fab-fudge.co.uk work's fine with no problem now. https://fab-fudge.co.uk redirects to https://rebootmewithhsct.co.uk which I'm not sure why. As you say, it could be a issue with the SSL so I'll feed this back to my webhost to look into I think you are wrong. Maybe you have added exception to bad SSL in your browser? For me https://fab-fudge.co.uk/ is not accessible for wrong SSL is not redirecting to the other domain it show an error about SSL in Firefox. |