I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, I see the message: Access Denied. Nothing more. I have tried editing config.ini, and have reinstalled. I am at a loss. Could someone with some more experience with phpwiki point me in the right direction? Thanks a million! -- View this message in context: http://www.nabble.com/Access-denied.-1.3.14-install-tp16344253p16344253.html Sent from the phpwiki-talk mailing list archive at Nabble.com.
cgl schrieb: > I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, > I see the message: > Access Denied. > > Nothing more. > I have tried editing config.ini, and have reinstalled. I am at a loss. Could > someone with some more experience with phpwiki point me in the right > direction? Access denied sounds to me like a file permission access error, not a webserver permission error. Check if the files in the directory and the dirs are readable by the account in which the webserver runs. usually httpd, apache, ... on windows it would be SYSTEM. -- Reini Urban http://phpwiki.org/ http://murbreak.at/
Yep, When I check the header response I'm getting a 403 error... don't know why I didn't think of that? Thanks for clueing me in :) Anyways, I'm changing permissions back to 644... any exceptions I should know about? Reini Urban wrote: > cgl schrieb: > >> I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, >> I see the message: >> Access Denied. >> >> Nothing more. >> I have tried editing config.ini, and have reinstalled. I am at a loss. Could >> someone with some more experience with phpwiki point me in the right >> direction? >> > > Access denied sounds to me like a file permission access error, not a > webserver permission error. > > Check if the files in the directory and the dirs are readable by the > account in which the webserver runs. usually httpd, apache, ... on > windows it would be SYSTEM. > >
2008年3月31日, cereal girl <cer...@gm...>: > Yep, When I check the header response I'm getting a 403 error... don't > know why I didn't think of that? Thanks for clueing me in :) > Anyways, I'm changing permissions back to 644... any exceptions I should > know about? just uploads must be writable. > Reini Urban wrote: > > cgl schrieb: > > > >> I have just installed phpwiki v1.3.14. When I browse to any file in my wiki, > >> I see the message: > >> Access Denied. > >> > >> Nothing more. > >> I have tried editing config.ini, and have reinstalled. I am at a loss. Could > >> someone with some more experience with phpwiki point me in the right > >> direction? > >> > > > > Access denied sounds to me like a file permission access error, not a > > webserver permission error. > > > > Check if the files in the directory and the dirs are readable by the > > account in which the webserver runs. usually httpd, apache, ... on > > windows it would be SYSTEM. > > > > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- Reini Urban http://phpwiki.org/ http://murbreak.at/