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. Link to comment https://forums.phpfreaks.com/topic/74287-serving-from-a-different-root-permissions/ 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 Link to comment https://forums.phpfreaks.com/topic/74287-serving-from-a-different-root-permissions/#findComment-377007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.