Skip to main content

Completely disable entire site?

Comments

3 comments

  • Jcats
    Depends how it was disabled, did he put 'deny from all' in .htaccess? Could still be overwritten if there is another .htaccess allowing access to 'nasty_code.html' But yes it could be cached in browser, just open up your browser in incognito mode and test it.
    0
  • ffeingol
    We do similar by blocking it via .htaccess Order deny,allow Deny from all Allow from ##.##.##.##
    That way the site owner can still access email and you can allow them access via the "allow from" so then can run updates etc. As @Jcats said, it's not foolproof as the .htaccess file can easily be overwritten.
    0
  • NetsSource
    As always. Thanks guys!
    0

Please sign in to leave a comment.