Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9175615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:56:41+00:00 2026-06-17T16:56:41+00:00

I am performing an update to a site and so I want to create

  • 0

I am performing an update to a site and so I want to create a 302 temporary redirection for all webpages with the exception of one specific page.

perishablepress.com has two articles on the topic for which I am currently using option 1:

  1. http://perishablepress.com/temporary-site-redirect-for-visitors-during-site-updates/
  2. http://perishablepress.com/htaccess-redirect-maintenance-page-site-updates/

These article refer to amending all pages, where as I have one page I want to keep live. (As it goes I’m struggling to get option 2 to work at all). Can anyone tell me what is the best way to achieve this?

To clarify I would like to:

  1. Have all pages redirect to coming-soon.html (i.e. http://www.mywebsite.com/sample-page.html => http://www.mywebsite.com/coming-soon.html)
  2. Add an exception for /contact-us.html so that this request is processed normally (i.e. www.mywebsite.com/contact-us.html => http://www.mywebsite.com/contact-us.html)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:56:42+00:00Added an answer on June 17, 2026 at 4:56 pm

    You may try this:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI}  !contact-us.html  [NC]
    RewriteCond %{REQUEST_URI}  !coming-soon.html [NC]
    RewriteCond %{REQUEST_URI}  \.(html|htm)/?    [NC]
    RewriteRule .*  coming-soon.html              [R=301,L]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While performing some upcoming maintenance, I'm going to have to redirect all site traffic
I am performing this request, and I get the results I want: UPDATE sales
I want update an _id field of one document. I know it's not really
I'm performing a query on a worksheet. I want to update the row if
While performing a conditional DELETE operation in one of my InnoDB tables, which apparently
In my current application, i am performing an update by invoking T-SQL Update command.
the problem is Update the salary of all the employees by 50% who had
When performing UPDATE and INSERT queries using Zend_Db, I frequently need to set values
Sometimes my application crashes in QWidget::update() that is performing in non-GUI thread. I am
Do I need to close my file editor when performing update commands via Tortoise

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.