Quote:
Originally Posted by ughosting
You could create a file called menu.conf in /etc/httpd/conf.d
That would contain something along the line of
Alias /menu "/var/www/menu"
in /var/www/menu you place your .htaccess file
|
Here's an idea also, this way I wouldn't have to write an htaccess file. Would it be possible to create a vhost.conf for each domain in
/var/www/vhosts/thedomain.com/conf/vhost.conf
and then simply add the alias there without having to use an htaccess file? Such as this...
Alias /menu /path/to/the/control/panel
It seems to me that would be easier even though it would have to be configured for each domain.