- Plesk 7.02 on Redhat ES3 -
For a specific virtual site on a server, I want to access all web users accounts via https and not http.
Web users work great, but currently (at least by default) they can only access their web content from http://domain.com/~webuser/
I wish to repoint this so that link will no longer exist and the web user’s web content will only exist on https://domain.com/~webuser/
I can see it includes the file /home/httpd/vhosts/domain.com/conf/httpd.include and I can see where it includes the mod_userdir.c module, but I don't get how to repoint the location.
Please remember this is for only ONE site on a server and not server wide. Although any information would be greatly useful. Thanks
Ps. Symlink from the httpdocs dir, or even taking out the web_user's directory and replacing it with a symlink to a folder in the httpdocs dir does not seem to work.
Also tried replacing the path to a folder in httpsdocs dir in /etc/passwd and it seemed to reject my password for some reason.
* I did check all directory permissions and make sure i chowned them properly, but i could have made a mistake somewhere. If this is working for anyone please let me know.