Help with ssl virtual host xampp 1.8.0

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Help with ssl virtual host xampp 1.8.0

Postby H.Thuong » 05. December 2012 06:41

my httpd-vhost.conf
Code: Select all
<VirtualHost *>
    ServerAdmin ht_mro@yahoo.com
    DocumentRoot "C:/mysite"
    ServerName mysite.net
    ServerAlias www.mysite.net
    ErrorLog "logs/mysite.net-error.log"
    CustomLog "logs/mysite.net-access.log" combined
</VirtualHost>
<Directory "C:/mysite">
    Options FollowSymLinks Includes
   Options -Indexes
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

When i access http://mysite.net ServerRoot is C:/mysite but when i access https://mysite.net ServerRoot is C:/xampp/htdocs.
Thanks in advance
H.Thuong
 
Posts: 1
Joined: 05. December 2012 06:06
Operating System: Windows 7

Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 122 guests