Disable a site web but not mail on ISP 2.2.24

Discussion in 'Installation/Configuration' started by DZR, Jul 22, 2019.

  1. DZR

    DZR New Member

    Hello,
    it's possible to disable a web site, not delete, but just keep functional the mail address ? And how ? because it's not intuitive, and i don't found documentation about this.
    Version of ISP we use :
    ISPConfig
    Version:
    2.2.24
    Thanks guys !
     
  2. MaxT

    MaxT Member HowtoForge Supporter

    you can deny all ip inside htaccess

    order deny,allow
    deny from all
    allow from 127.0.0.1
     

Share This Page