
10/05/2002
Problem: Web Site Cannot Be Accessed Using Web Folders.
Solution:
Sometimes a customer is not able to publish with FrontPage through http, but only with ftp. To solve this issue, do these steps :su - to root.
cd to the web directory of the site in question.
find ./ -name _vti* | xargs rm -rf
find ./ -name _private | xargs rm -rf
Also Ensure all files in the /web directory are owned by the user nobody and have the sitexx group where xx is the site number of the site.
©1996 - 2008 Computer Business Consultants, Inc. All rights reserved. |