HTTP error
#15

Quote:
Originally Posted by bgedition
View Post
1. MAKE BACKUP of your current .htaccess file
2. find where the request is redirected to https
3. replace that part with the code bellow.
4. save and test

Code:
RewriteEngine On 
RewriteCond %{SERVER_PORT} 80 
RewriteCond %{REQUEST_URI} !^/sendemail.php
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
Nothing happens still redirects me to https.
Reply


Messages In This Thread
HTTP error - by qRazor - 27.03.2019, 14:02
Re: HTTP error - by justinnater - 28.03.2019, 03:06
Re: HTTP error - by qRazor - 28.03.2019, 14:42
Re: HTTP error - by qRazor - 28.03.2019, 15:28
Re: HTTP error - by justinnater - 28.03.2019, 17:00
Re: HTTP error - by qRazor - 29.03.2019, 13:20
Re: HTTP error - by bgedition - 29.03.2019, 15:00
Re: HTTP error - by bgedition - 29.03.2019, 15:23
Re: HTTP error - by justinnater - 29.03.2019, 17:01
Re: HTTP error - by bgedition - 29.03.2019, 17:13
Re: HTTP error - by justinnater - 29.03.2019, 17:26
Re: HTTP error - by bgedition - 29.03.2019, 17:33
Re: HTTP error - by qRazor - 29.03.2019, 17:35
Re: HTTP error - by bgedition - 29.03.2019, 17:47
Re: HTTP error - by qRazor - 29.03.2019, 18:04
Re: HTTP error - by bgedition - 29.03.2019, 18:14
Re: HTTP error - by qRazor - 29.03.2019, 18:22
Re: HTTP error - by bgedition - 29.03.2019, 18:34
Re: HTTP error - by qRazor - 29.03.2019, 18:50
Re: HTTP error - by bgedition - 29.03.2019, 18:54
Re: HTTP error - by qRazor - 29.03.2019, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)