Website redirect during maintenece but still with testing acces
Posted
by jme
on Stack Overflow
See other posts from Stack Overflow
or by jme
Published on 2010-04-01T04:01:42Z
Indexed on
2010/04/01
4:03 UTC
Read the original article
Hit count: 254
I have an online store that i have recently re-written most of and would like to upload it to my server. While the maintenance is taking place, i would like to redirect all visitors to an "under construction" page. (easily done with php or apache htacess etc...)
The issue is that I would like to test everything when i upload it so i still need access while blocking everyone else. I was thinking some php page that is open to all with a cookie flag i could set for just myself?
What is the best way to do this? Thanks jme
© Stack Overflow or respective owner