• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

alias /var/www/manual

V

vinilios

Guest
Hi,
i have created a subdomain to place a php manual mirror and im having the following problem,
there is an alias on the main http.conf for the manual page (Alias /manual /var/www/manual) wich get passed on all my domains/subdomains so when im trying to access php.domain.com/manual it redirects me on the apache manual page, im sure this is not how it should work but i dont want to change the http.conf file since plesk is doing some bussiness with it, is there any other way to stop this behaviour ?

thanks in advance.
 
While it is true that Plesk re-writes some portions of the httpd.conf file, there are some sections which it does not change. I have some modifications/changes to httpd.conf which do not appear to ever get re-written by Plesk. You could try commenting out the 'Alias /manual' section and do some testing....

Or put it under an additional sub-directory (ex. domain.com/mirror/manual)
 
Back
Top