Sylmand Posted October 22, 2007 Share Posted October 22, 2007 Hi How do you change the permissions to allow serving from a different root: ServerRoot: C:\something DocumentRoot: F:\somethingelse As this is not the default set up, when i try to open a page from another computer it says i dont have access to view that. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted October 24, 2007 Share Posted October 24, 2007 Try <Directory "C:/path"> Order allow,deny Allow from all </Directory> in httpd.conf Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.