Forum Moderators: phranque

Message Too Old, No Replies

Temporarily redirecting a folder

Redirecting to a temporary page while changing pages in a subdirectory

         

tucker513

5:54 pm on Jul 25, 2007 (gmt 0)

10+ Year Member



I have about 50 pages to update in one section of a website. It will only take a couple hours to upload the new content, modify the code, test, etc., but during that time there will be images missing and so on. Is there an easy way to redirect all the pages in a folder to a temporary page during this time? All the info I can find on redirecting seems to be for permanent redircts after a complete redesign. I'm not changing any of the URLs, just the content. Thanks for any help!

Scott

Marshall

6:21 pm on Jul 25, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Use a meta refresh in a page
<meta http-equiv="Refresh" content="10; URL=http://www.YOURDOMAIN.com/NEWPAGE.HTML">

The content number represents seconds.

Marshall