• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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