Sienn Forum
»
Search Engine Optimization
»
SEO Programming
»
301-redirect on not found url's (.html or .php)
Rank: Administration
Groups: Moderators, Administration, Member Joined: 10/8/2008(UTC) Posts: 44
|
In Userescape html get destination put this code in the source Code:if UrlDestination = "" then
Response.Status = "301 Moved Permanently"
Response.AddHeader("Location","/")
end if
If destination (pages who don't exist) is not found, move it with a 301-redirect to "/". (Otherwise it will be a 302 redirect if you have a recent engine)
|
|
|
|
Sienn Forum
»
Search Engine Optimization
»
SEO Programming
»
301-redirect on not found url's (.html or .php)
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Sienn Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close