RE: Some problems with Virtual Host setup and SSL (UNCLASSIFIED)

2007-08-20 Thread Victor, Dwight P CTR DISA PAC
Classification: UNCLASSIFIED Caveats: NONE Hi Vianney, "When i go to http://server/, it redirects to https://server/ and i have a 404 error." This is happening because you have this: RewriteEngine on RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] in your m

Some problems with Virtual Host setup and SSL

2007-08-18 Thread via . lej
Hello ! I've some problems with Virtual Hosts on Apache2, please have a look at my config files: === File sites-enabled/default === > NameVirtualHost * ServerAdmin [EMAIL PROTECTED] Docum