Here are the best tips I've collected for publishing in FrontPage. Following these tips helps keep the FrontPage extensions happy and working smoothly.
* DO wait until your domain name has propagated before attempting to publish your web site. You should be able to browse to
http://yourdomain.com (substitute your own domain name) and see your site on the new web host. A new or recently transferred domain name may take 24-72 hours to start working.
* DO make sure you have installed the FrontPage extensions in the control panel.
* DO name your home page index.html because that's usually the first file the server looks for.
* DO use all lower case file names and folder names because *nix servers are case sensitive. You can use numbers, hyphens, and underscores, but avoid other special characters.
* DO use FrontPage HTTP publishing to transfer the files to the server by selecting the File menu and choosing Publish Site. Publish to web address
http://yourdomain.com (substitute your domain name, don't use www).
* DO NOT use third-party FTP programs to transfer files to your web site because the special FrontPage housekeeping files often do not get transferred. Use only FrontPage HTTP publishing.
* DO NOT attempt to password protect a folder using the htaccess method or the control panel method. Doing so will rewrite the htaccess file, which often causes the FrontPage extensions to stop working. If you want to password protect a folder, do it "The FrontPage Way" (
http://www.lunarforums.com/forum/viewtopic.php?t=11880).
* DO NOT manually edit the htaccess file or perform tasks in the control panel that cause the htaccess file to be edited (this rule may be violated by experts who are willing and able to deal with the consequences.) If you do choose to edit the htaccess file, add the new lines to the end of the file and do not edit the original FrontPage lines.