Hello, some domains are pointing to my server and webserver log is being flooded by entries like: File does not exist: /usr/local/apache/htdocs/somesubpagehere Can i block/deny or redirect (to another external URL) visits that do not have virtualhost entry in httpd.conf? How to do it? Thank You
You should have default virtual host. Which is the vhost a connection is given if it doesn't recognise the domain-name. simply add a redirect to the URL of your choice in a .htaccess file in your default vhost.