![]() |
Can Some one help with ssl skype or icq
I need to have all pages on my site but one page served as secure.
Ive been trying to use .htaccess but i keep getting errors saying this page isnt redirecting properly. Can some one contact me I can send you some traffic for your time. 720210453 techn9ne3443 skype |
Have you asked the tech support for your Server Host?
Sometimes, those matters (regarding SSL) are part of the configuration of the Server itself. |
Yeah sometimes I do get that page isnt redirecting properly message too. I'm using two versions of htaccess.. The first works on one server the second on an other.. but in case you are on cloudflare then just force SSL at CF..
Version 1: Code:
RewriteEngine On Code:
RewriteEngine On |
My site is set at non www. Im using cloudflare. But i have one page that has to be served http://
Is it possible to use a rule to exclude the one page in cloudflare? Then just set ssl on. My homepage I cant get green lock due to having to use a non secure image. (the site is toplist sends good traffic) But i was still wanting to redirect to https homepage. Quote:
|
You can try this to exclude that single directory/url: https://stackoverflow.com/questions/...ages-in-apache
Code:
RewriteEngine On |
The page isn’t redirecting properly
An error occurred during a connection url.com. This problem can sometimes be caused by disabling or refusing to accept cookies. RewriteCond %{HTTPS} =off RewriteCond %{REQUEST_URI} !^\/page.html\/ RewriteCond %{REQUEST_URI} !^\/page2\/ RewriteRule (.*) https://%{HTTP_HOST}/$1 [L,R=301] RewriteCond %{HTTPS} =on RewriteCond %{REQUEST_URI} \/url.com\/ [OR] RewriteCond %{REQUEST_URI} \/page2\/ RewriteRule (.*) http://%{HTTP_HOST}/$1 [L,R=301] I think i saw that link before. Is that right. without http in front. OR does it need fullurl. Quote:
|
Should look like this with a real example where you don't want to redirect domain.com/test_url/
Code:
RewriteEngine On https://stackoverflow.com/questions/...ed-url-pattern |
I keep getting that same error for everything i tried. Looks like I tried the cloudflare rule before and today but it still not working.
with Always use HTTPS on i finally got my padlock. But that http page still gets that error. |
Explanation for those redirection loops
https://support.cloudflare.com/hc/en...redirect-loop- So in shortness it looks like this (I assume): a) if you have your own certificate (lets encrypt etc) -> then switch the SSL option to Full ( https://support.cloudflare.com/hc/en...-options-mean- ) and use htaccess redirect b) if you don't have an SSL certificate then forget about htaccess redirection and use the 'Always use HTTPS' at CF. |
ITs with cloudflare I have it set as flexible since that was the only one that didn't give me errors at the time. Would it be better to switch to lets encrypt so i could have Full SSL - strict.
|
So we worked out the solution with fivestar, so in case you are on CF and want to exclude one page, then the following are the steps to do so:
Code:
|
All times are GMT -7. The time now is 02:42 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc