Uploading using Microsoft Frontpage

We do NOT provide Technical Support for your use of FrontPage Software. The reason for this is that you were supplied with the software by Microsoft and they have the responsibility for supporting your use of it. However the following web site is a great source of information to help you get the best from your software.

Hostroute.com is proud to sponsor:
CLICK HERE TO VISIT THE SITE

We have provided the following information as a courtesy and we hope you find it helpful. Should you need further assistance with FrontPage please refer to the help files and manuals supplied with your copy of Frontpage.

NOTE: FrontPage Extensions will not work properly until your domain name is pointing to our server.

Publishing your web with Frontpage

This tutorial will guide you step-by-step through configuring Microsoft FrontPage to exchange files between your computer and your web site.

In order to follow along with us, you'll need to have Microsoft FrontPage installed, and you'll need to be connected to the internet via your Internet service provider

Create a Simple Page

Before you can publish an html file to your web site with FrontPage, you must either have a page already created, or create a page. To create a page with FrontPage, follow these simple steps:

1. With FrontPage open, choose File --> New.

2. Type in "This is a simple test"

3. From the menu bar, choose File --> Save As.

4. Name the html file.
(If this file is to be your homepage, be sure to name it index.html)

Once you have the file saved to your hard drive, you are ready to publish the file.

Publish Your Web Page.

1. From the menu bar, choose File --> Publish Web .

fp20001.gif (4071 bytes)

You'll get a dialog box like this:

fp20002.gif (2939 bytes)

2. Click on the Options button

You will see a dialog box like this:

fp20003.gif (4427 bytes)

3. In box below Specify the location to publish your site to: enter the full URL for your site.

4. If this is the first time you are publishing your site, select Publish all pages...

5. Select Include subwebs.

You should now have a dialog box that looks like this:

fp20004.gif (4546 bytes)

Obviously, you will have put your real domain name instead of 'mydomain.com'

6. Click the Publish button.

You should now see a dialog box like this one:

fp20005.gif (2944 bytes)

7. Enter your username and password.

If you have entered all the details correctly, FrontPage 2000 will then publish your site. You will see a dialog box like this one when it has finished:

fp20006.gif (2163 bytes)

8. Click Done.


Further Microsoft FrontPage Support

If you need further assistance using FrontPage, go to
http://support.microsoft.com/directory/



Frequently asked questions

The most common asked questions users ask when using FrontPage is:

1. The default page still shows up even after I have uploaded my index page.

SOLUTION: You MUST DELETE the default page before your index page will show up.

2. I changed the control panel password and now its not accepted by Frontpage when I try to publish.

SOLUTION: You MUST use the original control panel password issued with your welcome e-mail or contact support and ask for the frontpage extensions to be reinstalled on your account..

 



Troubleshooting Common Problems with Frontpage

Getting error - "Root Web Busy"

FTP or telnet to your site and remove the "service.lck" file in /www/_vti_pvt. This usually happens when an FP session is interrupted before completion.

Server timing out when publishing large sites.

This difficulty arises when the uploading link times out in the process of copying the web to our server. The only suggestion Microsoft has offered so far is to break the main web into a group of sub webs on your PC, then upload these individually. If this problem persists for you, please contact support.

Getting Error - "Front Page Extensions not Installed"

We often see this error being reported even when the extensions have been installed. If you get this error, please contact support and we'll make sure the extensions are installed and repair them if necessary. NOTE: The extensions are easily corrupted. Please use only FP Explorer to update your web site on the server, not FTP.

I published but my web's not there!

This will happen when the "Destination Web Name" is filled in when publishing to our server.

This box should be left blank. If you put any other name in this box it will create a subdirectory off of your root web and copy all of your files into it. Your site will exist under a subdirectory instead of at the top level /www where it should be.

My counter, bbs, guestbook, etc isn't working.

These problems are generally due to incorrect permissions on either the directory, file(s) or cgi script(s) that are associated with them. Please don't change the permissions of your files or directories unless you have a specific reason for doing so and you know what effect it will have on your site.

My forms won't work through the Secure Server.

The call to a cgi script using the Secure Server must not be within a webbot. Use a normal cgi call in your html script for Secure Server calls.

My search bot doesn't return any results.

The /www directory must be world readable AND you need to recalculate links BEFORE publishing (or after editing directly on the server). If it still doesn't work: FTP to the server and go to the /www/_vti_txt/default.wti directory.Delete any files that begin with "ALL.". Don't delete any other files. Then using Windows Explorer, do the same thing on your PC. Recalculate links, test locally with your browser and publish.

FP starts the Web Publishing Wizard when I try to publish.

Cancel the operation and email support to have the FP extensions installed/repaired.

Why is my page renamed on the server when I publish?

The "Default Document" of your web is automatically renamed by the server to what is required by the configuration of the server. For example, if you've named the main page "index.html", it may be renamed "default.html". Just check the links to your main page to make sure they refer to it the same way.