Im running a local website on a WAMP stack. This website is running in a vhost.
The website (drupal) is sometimes using a url outside de vhost which I don't want for this specific website.
How to deny access for this?
Im running a local website on a WAMP stack. This website is running in a vhost.
The website (drupal) is sometimes using a url outside de vhost which I don't want for this specific website.
How to deny access for this?
The easiest method would be to not open the ports on your router, since Apache operates on port 80 by default, simply do not forward that port number on your router and people won't be able to connect to it period.
As I remember, WAMP blocks request from outside locahost by default. It is based on Apache configuration.