Does anyone have experience with mod_rewrite or would I use another approach to this?
I want to make anyvirtualhost.com/menu forward to anyvirtualhost:8880
This is so clients don't have to use the URL Plesk sets up and can simply type /menu after their hostname to login to the control panel.
To my knowledge, Plesk or Virtuozzo don't have any configuration for this and so it would need to be done in the httpd.conf file.
Would adding an alias accomplish this such as: Alias /menu/ ":8880"
I want to make anyvirtualhost.com/menu forward to anyvirtualhost:8880
This is so clients don't have to use the URL Plesk sets up and can simply type /menu after their hostname to login to the control panel.
To my knowledge, Plesk or Virtuozzo don't have any configuration for this and so it would need to be done in the httpd.conf file.
Would adding an alias accomplish this such as: Alias /menu/ ":8880"
Last edited: