Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by pctony: http://wiki.apache.org/httpd/Recipes/MovingDefaultDocRoot The comment on the change is: added some simple explanitory text ------------------------------------------------------------------------------ = Moving your default DocRoot = - If you want to change your default !DocumentRoot path, there are two things you need to update. + If you want to change your default !DocumentRoot path, there are at least two things you need to update. 1. The !DocumentRoot directive 1. The <Directory> block associated with the !DocRoot. + As each !DocumentRoot needs a matching <Directory> block, be sure to update both to reflect the new location. If you only change the the !DocumentRoot path, you will get a 403 Forbidden error in your browser. '''Example Old Configuration'''
