0
Welcome Guest!
Login
0
items
Join Now
Login
Join Now
Search
Home
Grav
Themes
Joomla!
Templates
Extensions
WordPress
Themes
Plugins
Docs
Forum
Perks
Index
Recent Topics
Rules
Search Forum
Premier Support
ROCKETTHEME IS CLOSING ON JUNE 30, 2025.
As a thank-you to our community, enjoy
50% off all themes
with the promo code
THANKYOU
before we shut down. Read our
Farewell Blog Post
for more details.
You are here:
Forum
General
General Discussion
Topic
How to use https instead of http
Last Post
Search Topic
1
2
Christos DiCos
Sr. Rocketeer
Posts:
120
Thanks:
2
Re: How to use https instead of http
Posted 17 years 2 months ago
Just tried it
It works if you type in
yourhost.com
or just yourhost.com
but it doesn't work if you type in
www.youhost.com
or
www.yourhost.com
No luck..
Last Edit:
17 years 2 months ago
by
.
Rocket Theme Rokker
Joomla! Roks
I Rokk
U Rokk
#164767
Christos DiCos
Sr. Rocketeer
Posts:
120
Thanks:
2
Re: How to use https instead of http
Posted 17 years 2 months ago
What about this?
# vi httpd.conf
Redirect permanent /
yourhost.com/
# /etc/init.d/httpd restart
or
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
LoadModule rewrite_module modules/mod_rewrite.so
or
<IfModule !mod_ssl.c>
# no non-ssl access
Redirect permanent /
www.yourhost.com/
</IfModule>
Last Edit:
17 years 2 months ago
by
.
Rocket Theme Rokker
Joomla! Roks
I Rokk
U Rokk
#164791
Christos DiCos
Sr. Rocketeer
Posts:
120
Thanks:
2
Re: How to use https instead of http
Posted 17 years 2 months ago
Anyone else know
Last Edit:
17 years 2 months ago
by
Christos DiCos
.
Rocket Theme Rokker
Joomla! Roks
I Rokk
U Rokk
#164836
GollumX
Elite Rocketeer
Posts:
2817
Thanks:
0
Re: How to use https instead of http
Posted 17 years 2 months ago
New name sounds familiar. Were you once registered as Chris DiCosola or something like that?
Say
no
to Internet Explorer 6.
twitter.com/mark_up
#164838
Christos DiCos
Sr. Rocketeer
Posts:
120
Thanks:
2
Re: How to use https instead of http
Posted 17 years 2 months ago
I was lol.
I turned Greek.
Anyone know else how to do this redirect.
Rocket Theme Rokker
Joomla! Roks
I Rokk
U Rokk
#164842
Christos DiCos
Sr. Rocketeer
Posts:
120
Thanks:
2
Re: How to use https instead of http
Posted 17 years 2 months ago
SSLOptions +StrictRequire
SSLRequireSSL
SSLRequire %{HTTP_HOST} eq "askapache.com"
ErrorDocument 403
askapache.com
This works for all the combinations
It is slow though.
Rocket Theme Rokker
Joomla! Roks
I Rokk
U Rokk
#164856
Bashar Eweis
Rocketeer
Posts:
57
Thanks:
0
Re: How to use https instead of http
Posted 16 years 11 months ago
Christos DiCos wrote:
SSLOptions +StrictRequire
SSLRequireSSL
SSLRequire %{HTTP_HOST} eq "askapache.com"
ErrorDocument 403
askapache.com
This works for all the combinations
It is slow though.
how much slower?
#192751
1
2
Time to create page: 0.107 seconds
Powered by
Kunena Forum