how do I upload a page as an https?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm uploading a form via FrontPage and it will be an https page. How do I
make it an https?
 
Do you have a SSL certificate purchased and installed on the remote server?
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===

| I'm uploading a form via FrontPage and it will be an https page. How do I
| make it an https?
 
You need an SSL certificate for starters. Contact your host who should be
able to assist you with this.
 
You upload the page in the normal way.
Links to the page on other pages must be absolute and of the form
https://www.example.com/pagename.htm

Links on the page to other pages should be absolute in the form
http://www.example.com/otherpage.htm

Links to images, CSS files, JavaScript files etc. on the page should be
relative, example
<img src="images/pic.jpg" alt="my picture" width="10" height="20">

If the form page uses FrontPage extensions the extensions must also be
installed on Port 443. Normally the extensions are only installed on Port
80.
 
Back
Top