Title: Upload using MS FrontPage?
Last modified: August 19, 2016

---

# Upload using MS FrontPage?

 *  [thebicyclingguitarist](https://wordpress.org/support/users/thebicyclingguitarist/)
 * (@thebicyclingguitarist)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/)
 * I haven’t tried to install WordPress yet until I get more information. My web
   site has been published with MS FrontPage since 1997. I don’t let FrontPage put
   the proprietary and non-valid code into the pages; I edit them myself to the 
   strict standard. I like the way I can manage my website easily with FrontPage.
 * If I create a subdirectory and install the WordPress files into it, um… I’m lost
   already. I am not a newbie, but my experience is only with HTML and CSS and my
   site is hosted on a Windows IIS server. I don’t know much about the server end
   of things.
 * I would edit the blog using WordPress and then use FrontPage to upload them. 
   Will this work? Assuming it will, then how do I install and configure WordPress.
   I use FrontPage instead of FTP to upload all the files of my web site.
 * It is at [http://www.TheBicyclingGuitarist.net/](http://www.TheBicyclingGuitarist.net/)
   if you want to check it out. Thanks for reading this.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/upload-using-ms-frontpage/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/upload-using-ms-frontpage/page/2/?output_format=md)

 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680630)
 * Hmm, I would say that you most probably will not be able to install WordPress
   on your server, since it’s running on an IIS, and they rarely have an apache/
   php server thingie running on there too.
 * You do not want to use Frontpage. Period 🙂
    What you need to do is get a PHP/
   MySQL host. Then you can use Frontpage to create your theme. But I would really
   suggest you get a simple HTML Editor, even Notepad is good. Because you need 
   to use PHP Code, and I think Frontpage is just not good for that. It removes 
   things without you knowing. I’ve had so much trouble and hassle with frontpage
   that I hate it with a passion 🙂
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680632)
 * > _Will this work?_
 * No.
 * > _I am not a newbie, but my experience is only with HTML and CSS and my site
   > is hosted on a Windows IIS server._
 * Then you have a lot to unlearn.
 * You’re used to making the page content, then uploading it to the site via FTP.
   All the content is static. The pages are designed by you and created, one by 
   one.
 * WordPress doesn’t work that way. WordPress is a content management system. WordPress
   has what it calls a “theme” that defines how the pages look. The actual content,
   the stuff you write, is text stored in a SQL database. At the time that somebody
   looks at the page, PHP code runs on the server. This code takes the content from
   the database, inserts it into the theme in simple or complex ways, and generates
   the XHTML that gets sent to the users browser. The actual code of the page is
   built from parts every time, basically.
 * This method provides a lot of advantages. Because your content is separated (
   and also just very basic text), it can be displayed in a variety of ways. You
   can use different themes on the fly, changing the look of the whole site. The
   content can be put into a “feed”, which can be used in feedreaders like Google
   Reader or used in other ways.
 * So to edit the WordPress site, first you have to determine what you’re editing.
   Usually you make the site look the way you want and then just add content as 
   you go.
 * But the idea of using FrontPage or some other sort of offline editor is right
   out. You edit your page online. You type (or paste) your text content into a 
   form on the site itself. If you want to edit the look of the site, you modify
   the theme, either online or by editing it and then FTPing the theme to the site.
   Either way, you’re editing just the PHP code of the site, you’re not using a 
   visual layout editor like FrontPage.
 * It might take a while to get used to it, I grant you. But it’s a lot easier to
   manage a site this way than manually dealing with static content.
 *  Thread Starter [thebicyclingguitarist](https://wordpress.org/support/users/thebicyclingguitarist/)
 * (@thebicyclingguitarist)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680666)
 * TY Otto. So far it doesn’t look too hopeful. I wasn’t planning on editing the
   WordPress pages in MS FrontPage. I was wondering how to install them considering
   my internet site is managed by FrontPage. I do use Notepad to create my HTML 
   files. According to the minimum requirements, Apache thingies are not required(
   though recommended). My host’s Windows server could theoretically run WordPress.
   It’s the FrontPage part that is confusing me. I may have to have my blog hosted
   elsewhere, but I’d rather host it on my own site’s server. It is very important
   to me that any code used validates according to accepted standards.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680668)
 * It seems you do NOT understand the basics of how WP works.
    Except the theme’s
   template files – you do NOT edit anything. You write content. WP does the rest.
 * I’d recommend to sign up at [http://wordpress.com](http://wordpress.com) for 
   a free blog to get an idea how the publishing of content works.
 *  Thread Starter [thebicyclingguitarist](https://wordpress.org/support/users/thebicyclingguitarist/)
 * (@thebicyclingguitarist)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680677)
 * Thank you moshu. I just want to know if I can upload the installation files to
   my host’s server using Microsoft FrontPage, and if WordPress will work if I use
   Microsoft FrontPage to manage my website. I understand that the online php stuff
   happens inside WordPress. I’m wondering if that will corrupt the files Microsoft
   FrontPage uses to help me manage my website. I read something about some troubles
   with permalinks in FrontPage that somebody found an answer to.
 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680681)
 * The whole point is that you don’t need a html editor like frontpage. WordPress
   has it’s own administration panel that you can write your posts create new pages,
   and even edit your theme. Don’t use frontpage you’ll just create a bigger headache
   for yourself and in the end us at the forums when you come back with a problem.
 * Follow moshu’s advice the admin panel is very similar between wordpress.com and
   the standalone wordpress package, you can then see why frontpage would be unnecessary.
 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680683)
 * > _I just want to know if I can upload the installation files to my host’s server
   > using Microsoft FrontPage_
 * No. You need to use a real FTP client, like FileZilla.
 * [http://codex.wordpress.org/FTP_Clients](http://codex.wordpress.org/FTP_Clients)
 * At no point will you ever use Frontpage in combination with WordPress in any 
   way. It’s not that they’re not compatible, but they’re not even close to being
   the same kind of thing at all.
 * Frontpage is used for managing static sites. WordPress creates dynamic sites.
 * Also, given that your site is an IIS one, make sure that it has support for PHP
   and MySQL installed. Without those, you may as well not bother. Really, I’d dump
   IIS and that site and switch to a more standard site with Apache on a Linux server,
   like the rest of the world uses.
 *  Thread Starter [thebicyclingguitarist](https://wordpress.org/support/users/thebicyclingguitarist/)
 * (@thebicyclingguitarist)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-680692)
 * Okay. I think I made sure I have ftp as well as FrontPage privileges with my 
   host. I’ll double check and run the WordPress stuff completely separate from 
   my FrontPage stuff and see how that works. I’m pretty sure my host has support
   for PHP and MySQL. There are reasons why I stick with this host. They are good
   people and have helped me, even if Windows servers suck.
 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681019)
 * Install WordPress, use with standard theme.
    Browse for themes, upload to server,
   till you find something similar to what you want. Then look at the theme files
   and start tweaking.
 *  [artcolombia](https://wordpress.org/support/users/artcolombia/)
 * (@artcolombia)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681084)
 * Pity I missed this thread when it started – hope I can get a reply to the following:
 * I too have used Fp as my editor of my webpage.
    I installed WP on my server –
   but when I use the update a file button on FP – it sees all the WP and wants 
   to remove it as there is no installation of WP on my PC.
 * Any suggestions as to whether I can still use FP
    to edit and updload or do I
   now need to go 100% FTP (which for me is an administrative nightmare).
 * Thanks for all help rendered!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681085)
 * Delete FP from your computer. It is useless if you want to use WP.
 * Get a real FTP client.
 * No, you can NEVER use FrontPage in connection with WordPress.
 *  [artcolombia](https://wordpress.org/support/users/artcolombia/)
 * (@artcolombia)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681087)
 * Thanks Moshu – I may well take your advice. But perhpas you can answer this:
 * Is there any FTP product that helps in the ADMINISTRATION of files that have 
   been changed, are ready to be uploaded etc, or can you suggest a tool to help
   manage this part of the work.
 * Many thanks, Art
 *  [artcolombia](https://wordpress.org/support/users/artcolombia/)
 * (@artcolombia)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681090)
 * Anyone else can also contribute on helping me solve this one!
 * Please feel free to make a suggestion!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681091)
 * I don’t understand your question about “administering” the files, sorry.
 *  [herseem](https://wordpress.org/support/users/herseem/)
 * (@herseem)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/#post-681101)
 * This topic is of interest to me too, and it seems to me that the wordpress experts
   are missing the point. The situation I have, it seems similar to that of Artcolombia
   and Thebicyclingguitarist is that I assist the technical support of a website
   that was originally developed using, and is still updated, using MS Frontpage.
   I understand that MS Frontpage is an obsolete and clunky package for updating
   websites, but the website is already very large and to convert to another package
   and still retain the ‘include pages’ function retaing features such as sidebars
   and page footers as separate ones (eg, using shtml) would be a mammoth task. 
   Therefore the owner of the website wishes to continue using Frontpage to update
   the main pages of the website.
 * What we wish to do now is ADD a blog facility to the website as an addition, 
   in much the same was as the Justin Webb’s blog about America is incorporated 
   into the BBC news website. I understand that the blog would be updated by an 
   entirely different means to the main pages of the website, that would still be
   updated via Frontpage. What we want to know is, how do we install the software
   in the first place? When Frontpage extensions are switched on, at this host (
   Webfusion) FTP file transfer is switched off to avoid users corrupting the Frontpage
   extensions setup.
 * Is there any way in which it is possible to maintain most pages of the website
   using frontpage as previously, while safely running alongside a successful installation
   of WordPress, installed using Frontpage as the only available means of transferring
   files to the website?

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/upload-using-ms-frontpage/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/upload-using-ms-frontpage/page/2/?output_format=md)

The topic ‘Upload using MS FrontPage?’ is closed to new replies.

## Tags

 * [installation](https://wordpress.org/support/topic-tag/installation/)
 * [windows IIS](https://wordpress.org/support/topic-tag/windows-iis/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 16 replies
 * 7 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/upload-using-ms-frontpage/page/2/#post-681102)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
