web-development: how do you usually handle the "under costruction" page"?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-06-01T11:44:16Z Indexed on 2010/06/01 11:53 UTC
Read the original article Hit count: 152

Filed under:

hi,

I was wondering what's the best way to switch a website to a temporary "under costruction" page and switch it back to the new version.

For example, in a website, my customer decided to switch from Joomla to Drupal and I had to create a subfolder for the new CMS, and then move all the content to the root folder.

1) Moving all the content back to the root folder always create some problems with file permissions, links, etc...

2) Creating a rewrite rule in .htaccess or forward with php is not a solution because another url is shown including the top folder.

3) Many host services do not allow to change the root directory, so this is not an option since I don't have access to apache config file.

Thanks

© Stack Overflow or respective owner

Related posts about web-development