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.comcontact/', which doesn't include a forward > slash between '.com' and 'contact'. > > I am using the redirect method of placing 'Redirect / > https://nikolaskallis.com' in my HTTP htaccess file. > > Can someone please tell me what I have done wrong, why this error is > occurring, and what I can do to to get the forward slash included in the > redirect? you have the following two possibilities either 'Redirect / https://nikolaskallis.com/' or 'Redirect . https://nikolaskallis.com' then it works correct Greetings, Walter --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx