Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-19 Thread Eric Covener
On Tue, Feb 5, 2013 at 7:47 PM, Igor Cicimov wrote: >>> Redirect / https://nikolaskallis.com/ >> I don't get what your trying to saying. > You can't see the difference between > > Redirect / https://nikolaskallis.com > > and > > Redirect / https://nikolaskallis.com/ > > ??? Still wrestling with

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-06 Thread Walter H.
On Wed, February 6, 2013 07:14, Nikolas Kallis wrote: > I already thought of 'Redirect / https://nikolaskallis.com/' but don't > want to use it because if someone enters from > 'http://nikolaskallis.com', then they should be taken to its HTTPS > equivalent, which is 'https://nikolaskallis.com' - n

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Walter, I have an issue with redirection from HTTP to HTTPS. The problem is that when someone visits a directory on my website in HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected to 'https://nikolaskallis.comcontact/', which doesn't include a forward slash between '

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Walter H.
On Wed, February 6, 2013 01:17, Nikolas Kallis wrote: > Hello, > > I have an issue with redirection from HTTP to HTTPS. > > The problem is that when someone visits a directory on my website in > HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected > to 'https://nikolaskallis.comco

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Hello, The issue I am having is occurring in both Firefox & Opera and is not the fault of Apache. The browsers should be placing a forward slash in front of the FQDM when redirecting a URL containing a directory. I will notify browser vendors of this bug in their software. Regards, Ni

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Igor, You can't see the difference between Redirect / https://nikolaskallis.com and Redirect / https://nikolaskallis.com*/* ??? I suspect the issue may be related to my browser, and not Apache. I will conduct a test after I eat lunch and advise what I f

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Igor Cicimov
You can't see the difference between Redirect / https://nikolaskallis.com and Redirect / https://nikolaskallis.com*/* ??? On Wed, Feb 6, 2013 at 11:33 AM, Nikolas Kallis wrote: > Dear Igor, > > > > Redirect / https://nikolaskallis.com/ >> > > I don't get what y

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Igor, Redirect / https://nikolaskallis.com/ I don't get what your trying to saying. Regards, Nikolas Kallis - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@h

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Igor Cicimov
Redirect / https://nikolaskallis.com/ On Wed, Feb 6, 2013 at 11:17 AM, Nikolas Kallis wrote: > Hello, > > > > I have an issue with redirection from HTTP to HTTPS. > > The problem is that when someone visits a directory on my website in HTTP, > such as > 'http://nikolaskallis.com/**contact/

[users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Hello, I have an issue with redirection from HTTP to HTTPS. The problem is that when someone visits a directory on my website in HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected to 'https://nikolaskallis.comcontact/', which doesn't include a forward slash between '.com