Page 1 of 1
Search found 4 matches
Re: ben op zoek naar een opencart expert ( betaald)
Use this in your .htaccess file it will redirect any incomming traffic to www. to https: and non www. remember to rename example,com to your website adres :-) It will also add file caching speeding up things a lot. I did, but it's still the same. Front page is https and runs normally, but when i cl...
Jump to post- Thu Dec 17, 2020 8:23 pm
- Replies 23
- Views 6149
Re: ben op zoek naar een opencart expert ( betaald)
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://domain.com/$1 [R=301,L] this rule only redirects incomming http traffic so traffic entering with https (port 443) is not redirected. you can either try to change RewriteCond %{SERVER_PORT} 80 to RewriteCond %{SERVER_PORT} 443...
Jump to post- Tue Dec 15, 2020 4:40 pm
- Replies 23
- Views 6149
Re: ben op zoek naar een opencart expert ( betaald)
probally a htacces rewrite rule not used correct. before doing any rewrite make sure you redirect all incomming traffic from www. to non www. I did 301 redirect for www to non www. The problem persists. Can you help out with htaccess rule? I have used your from this topic, but there are some from b...
Jump to post- Fri Dec 11, 2020 10:58 pm
- Replies 23
- Views 6149
Re: ben op zoek naar een opencart expert ( betaald)
Ergens in of je config files of htaccess staat iets niet goed. Stuur maar een PM, dan wil ik wel eens kijken voor je. I can't send you a PM, no button here. I have followed you instructions and they work wonders, except that i have a new problem. From google, www still exists and it doesn't redirec...
Jump to post- Thu Dec 10, 2020 10:11 pm
- Replies 23
- Views 6149
Search found 4 matches