Hello,
I manage my domains using mod_vhost_alias. All domains pointed down in /var/sites/%0/www
But I have a problem. I need to send all requests to one particular folder, but only if they do not exist in /var/sites/...
Example:
If www.domain.org not found in /var/sites/.., then this one request instead points down in the directory /var/no-sites/index.php - everything must be done dynamically.
How do I fix it?