• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Disable Access to website from outside world

qualispace

Regular Pleskian
Hello,

I want to disable the access to a certain website from outside world and it should be accessed only from a couple of IP addresses. I tried the following directives in the httpd.include file

Order deny,allow
Allow from <IP_ADDRESS>

However, when I try to restart Apache, it does not start and I get an error saying Order not allowed.

Any idea how can I achieve the requirement?
 
Well, I found the solution by creating a .htaccess file. Now I need to know how can I restrict the access to the admin URL of a mailing list. Any idea?
 
Back
Top