Would you allow a client to add these lines to server config file?

The AliasMatch directive is only allowed in the server config context, and not in .htaccess files. Would you allow a client to add the following lines to the server config file - under her VirtualHost?

AliasMatch ^/resrc/(.*?)$ "/path/to/public_html/styles/$1"
AliasMatch ^/images/(.*?)$ "/path/to/public_html/images/$1"
AliasMatch ^/thumbnails/(.*?)$ "/path/to/public_html/thumbnails/$1"
AliasMatch .*? "/path/to/public_html/app/application.php"


Thanks
John

 

 

 

 

Top