Under Construction & block other pages in CI |
i think the safest way, and its actually very fast --
www.mywebsite.com/index.php replace the codeigniter index.php with your "under construction" message this completely eliminates any chance of someone opening up mywebsite.com/user/dashboard make a folder like www.mywebsite.com/developerpreview and put in the codeigniter index.php www.mywebsite.com/developerpreview/index.php the index.php in that folder points to the application folder you are working on when you are ready to go live, replace the top level under construction page with the codeigniter index.php pointing to the appropriate folders |
Messages In This Thread |
Under Construction & block other pages in CI - by ardavan - 01-19-2016, 08:31 PM
RE: Under Construction & block other pages in CI - by InsiteFX - 01-19-2016, 09:16 PM
RE: Under Construction & block other pages in CI - by skunkbad - 01-19-2016, 10:51 PM
RE: Under Construction & block other pages in CI - by ardavan - 04-09-2016, 08:07 PM
RE: Under Construction & block other pages in CI - by Diederik - 01-19-2016, 11:36 PM
RE: Under Construction & block other pages in CI - by cartalot - 01-20-2016, 02:13 PM
RE: Under Construction & block other pages in CI - by PaulD - 04-10-2016, 09:02 AM
|