[us...@httpd] Setting up Under Contruction page

2010-01-08 Thread ericdraven
Hello ;) Unfortunately I'm not an Apache Expert so this question might have been answered somewhere else. The Apache Configuration I'm trying to setup should simply do the following: * Be a basic under construction page to be used during service maintenance * Requests to certain subdirectories s

Re: [us...@httpd] How to Redirect to https after login?

2009-10-29 Thread ericdraven
I already tried this but it doesn't help, because the login- form uses the POST method to transfer the data and there is no query string. Krist van Besien wrote: > > On Thu, Oct 29, 2009 at 11:46 AM, ericdraven wrote: >> >> Hello, >> >> I need some expert

[us...@httpd] How to Redirect to https after login?

2009-10-29 Thread ericdraven
Hello, I need some expert help on the following configuration task: I have a startpage with a standard login form. After a user logs in, he should be redirected to use https for the rest of the session. When I use a rewrite rule as shown below, RewriteRule ^/login(.*) https://%{SERVER_NAME}/log