Quote:
Originally Posted by djberriman
Hi,
The message is quite correct, the url
http://www.gaysitgesguide.com/serendipty is invalid. The server correctly sends a 301 to your browser which then requests the valid url
http://www.gaysitgesguide.com/serendipty/.
You can see this in your browser as you enter one and then it is displayed as the other.
This causes 2 hits on your web server, one for the original request and a 2nd in response to the server sending the redirect and then the browser requesting the correct page.
The trailing / should always be entered.
|
So this 301 redirect happened in this case because of the trailing/? Never known about it, thanks for useful info.