Go Back   Cloud Computing > Support > Tutorials and Documentation
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-20-11, 04:54
BOD Member
 
Join Date: Apr 2011
Posts: 199
Default Redirect Website

Hi!
I want to redirect my website. How can I redirect my website with the help of HTTPS?
Reply With Quote
  #2 (permalink)  
Old 05-20-11, 05:16
BOD Member
 
Join Date: Jun 2009
Posts: 68
Default

Hello,

Following is the code in .htaccess file to redirect to http to https.

Quote:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule .* https://www.domain_name.com/%{REQUEST_URI} [R,L]
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 23:47.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.