Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-26-2012, 11:15 AM   PM User | #1
mike2033
New to the CF scene

 
Join Date: May 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
mike2033 is an unknown quantity at this point
Question Activate HTTPS ( SSL ) only for specific sites

Hello,

I'm very new to server administration so please do not kill me... Well, I would that HTTPS is activated on some sites. Very important here is that this is NOT possible anywhere on the server . I've found a source (.htaccess) , this links EVERY site to https:

RewriteEngine on
RewriteCond% {HTTPS} off
RewriteRule (. *) Https://% {HTTP_HOST}% {REQUEST_URI}


I have under my "htdocs" a forum (/ forum) and a "shop" (/Store). At the first (forum) HTTPS is not important, but I want that when you go to the "Shop" to get redirected instead of "http://example.com/Store/index.php" to page which is encrypted (https: // ...).

But when you come to forum there's NO HTTPS available, so even if you type HTTPS instead of HTTP

Do you possibly have any ideas or tips? Thank you already

My Apache is running on an XAMPP

Best regards. Maik

Last edited by mike2033; 05-26-2012 at 11:18 AM..
mike2033 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:59 AM.


Advertisement
Log in to turn off these ads.