Different DocumentRoot, need help to tweak Apache directives

Discussion in 'Installation/Configuration' started by tini, Jan 25, 2011.

  1. tini

    tini New Member

    The web-root of a newly created website in ISPConfig 3.0.3.2 looks like this:

    /error
    /myapp
    /stats
    /index.html

    Using the options tab in ISPCfonig, I set the DocumentRoot to "/myapp/public/" and the app is working.

    But now I can't access "/stats" or "/phpmyadmin" in the browser anymore.
    Is there a way using apache directives (like alias) in order to get the stats and phpmyadmin back?

    Thx
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Yes, you could set up an Alias or use symlinks, if symlinks are allowed for the vhost.
     

Share This Page