W welch Verified User Joined Aug 2, 2004 Messages 95 Oct 14, 2004 #1 I have setup a forwarder for http://domain.com/da -> http://domain.com:2222 . Is there a way to setup a server wide permanent link to forward to the control panel like cpanel uses? Thanks guys Matt
I have setup a forwarder for http://domain.com/da -> http://domain.com:2222 . Is there a way to setup a server wide permanent link to forward to the control panel like cpanel uses? Thanks guys Matt
A anewbie2 Verified User Joined Sep 26, 2004 Messages 53 Oct 14, 2004 #2 You can add an alias in your httpd.conf file. The path to the file is: /etc/httpd/conf/httpd.conf Say you want to add an alias dapanel so everyone can access DirectAdmin via this alias instead of port 2222 you can do this: #Start DirectAdmin Settings Alias /dapanel /var/www/html/redirect.php Hope this helps
You can add an alias in your httpd.conf file. The path to the file is: /etc/httpd/conf/httpd.conf Say you want to add an alias dapanel so everyone can access DirectAdmin via this alias instead of port 2222 you can do this: #Start DirectAdmin Settings Alias /dapanel /var/www/html/redirect.php Hope this helps