Running https and http from the same direcotry

steeker

Verified User
Joined
Sep 15, 2004
Messages
6
I want to be able to run the secure site https off the same directory as the the http site. I don't want the user to have to upload certain files to the private directory, and other files to the public directory.

How do I do this?

Thanks
 
The answer to this has been posted several times, most recently by me today, in another thread.

The steps must be taken logged in through a shell as root:

After making certain there's nothing in the private_html directory you need, delete it.

Create a symbolic link linking private_html to public_html.

Jeff
 
thanks jeff

I did do some searches but must not have used the right words.
 
Back
Top