Tagged Questions

5
votes
1answer
609 views

Using Alias in Apache ONLY if local directory not present?

We're running a reseller web host, and aliasing a particular directory for ALL the sites within. This is all happening through WHM/Cpanel, which could possibly complicate my question. We want all ...
0
votes
0answers
21 views

mod_vhost_alias - correct syntax?

This syntax from my httpd.conf seems to work: <VirtualHost *:80> UseCanonicalName Off VirtualDocumentRoot C:/www/%2 ErrorLog /www/Apache22/logs/error.log </VirtualHost> <VirtualHost ...
0
votes
1answer
833 views

mod_alias AliasMatch Regex - matching everything in a folder except two patterns?

I'd like to use AliasMatch to create an alias for everything within a folder, except for two (or more) specific regex patterns. For instance the following AliasMatch creates an alias for everything ...