I have a site that is all ready to go. You go to Site.com and it loads index.php. The issue I am having is that I need everything to go to Site.com/ComingSoon until the official launch, but I still need a few people to be able to access the site to write some content. Is there a way to say Site.com should go to Site.com/ComingSoon unless index.php was actually typed into the browser? If it was, it shouldn’t redirect to anything.
ComingSoon is actually a directory that has a different index.php file it in.
sj,
Okay, redirect to ComingSoon/. The principle is still the same (I know, I’ve used it often).
Regards,
DK
sj,
Of course! Until you “open” your website, use DirectoryIndex ComingSoon.php (is that the correct extension?). That’ll work for site.com/ as the URL and still allow your “few people” to access the direct links (e.g., site.com/index.php).
Regards,
DK