| 
	
 | 
 Posted by Jukka K. Korpela on 04/11/07 07:36 
Scripsit frankmcma: 
 
> Flushed the cache...reset IE..reset Safari...reset Firefox...still 
> shows up. I too thought it was just the cache..but it did not. 
 
We probably cannot access the .htaccess file via HTTP, but you might post  
the URL of your site and the contents of the .htaccess file (verbatim), if  
it's not very long. (If it's long and it doesn't contain sensitive  
information, create a copy of it and post the URL of the copy.) 
 
> I know 301 is supposed to be permenent..but what does that mean 
> exactly? 
 
What the HTTP protocol says. See 
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3.2 
 
> I can never disable or delete it? 
 
Basically, you can add a _new_ redirection (but not to the original  
address). 
 
The general idea is that once you have set up a permanent redirection, you  
should set up a new redirection (from the new address to an even newer  
address), if the page address has to be changed again. By setting up the  
permanent redirection, you have told, to whomever it might consider, that  
the new address should be used from now on and the old address can be  
forgotten. Don't be surprised if this actually happens. 
 
But in normal conditions, _browsers_ can be told to use the old address by  
removing the redirection on the server and by clearing the browser cache. It  
is however possible that the redirection instruction has been cached by a  
proxy server. 
 
It's also possible that a browser stores redirection information separately,  
not as part of a cache. I don't know of such behavior in practice, but it  
would actually be quite sensible. 
 
(And it's probably best not to try to redirect back to the old address. That  
would create an infinite on user agents that have actually stored the first  
redirect instruction.) 
 
> "Toby A Inkster" <usenet200703@tobyinkster.co.uk> wrote in message 
> news:t57te4-o63.ln1@ophelia.g5n.co.uk... 
 
Please google for "how do i quote on usenet" and get enlightened. 
 
--  
Jukka K. Korpela ("Yucca") 
http://www.cs.tut.fi/~jkorpela/
 
  
Navigation:
[Reply to this message] 
 |