Gossamer Forum
Home : General : Perl Programming :

index.html -----> Without redirection.

Quote Reply
index.html -----> Without redirection.
Hello,
I am trying to set a directory to automatically forward a request for index.html to another url, like data.html. I have an index.html file that auto refreshes to the new link, but it leaves a "redirect" page in the visitors "back" or history in their browser. Is there a way to redirect a visitor to data.html, without using index.html with a refresh command in it? Perhaps a statement in .htaccess? And more importantly, will the redirect still work if the directory is called without the index.html?

Aaron

------------------
www.serve.com/garden/geosearcher



Quote Reply
Re: index.html -----> Without redirection. In reply to
Redirect /index.html http://server.ext/data.html