• Hey all,
    I’m new to this and would like some help please.

    I’ve been working on an e-commerce site using localhost (MAMP) on my computer.
    It’s now time to show my client the rough website.

    In the past, when I created the website from scratch, I will already have the html and css files ready in a folder, which I can then zip up and send them over to the client. And they will just have to drag the index.html file into their browser window to open the site and view it on their computer.

    I want to do this with the site I’ve just built using wordpress. Where do I find these files, or how do I export the files, so that I have the necessary/corresponding/relevant “index.html” and links.

    How do I do this?
    Any help will be greatly appreciated.
    Thanks!
    Chi.

Viewing 9 replies - 1 through 9 (of 9 total)
  • WordPress does not store information if files. It’s all stored in the database and all pages are generated on demand. So there are no files that you can send to anyone.

    Thread Starter chichi2109

    (@chichi2109)

    That’s a bummer. Thanks for your reply esmi.

    So I was doing some googling and I saw HTTrack (which is unfortunately for Windows only) and plugins like Really Static. I guess they don’t really address my problem? Was fiddling around with Really Static but couldn’t get what I want. And so now, I guess even if there was a Mac version of HTTrack, it’s not what I was looking for then?

    Thread Starter chichi2109

    (@chichi2109)

    Thanks for the links esmi. I’m not too savvy with all these apps/software… and reading it doesn’t really tell me if it’s what I need. It’s all trial and error for me, like Really Static and some other plugin I tried (I forgot the name now). I tried a couple of things which sound like they might address my problem, but turns out, they don’t.

    And with installing HTTrack on Mac, seems like I’ll need a fair amount of hacking skills which I sadly lack. So unless it’s really what I need, I’ll try it and hope for the best, and also hope that I don’t ruin anything in the process.

    But before I try it, I’m a little confused. Is HTTrack the answer to my problem? Or were you just pointing me to a Mac version of HTTrack?

    You’d need something like HTTrack if you want to create a static copy of a WordPress site. The only other alternative is to install WordPress on a remote server and send the url to your clients. You could use something like http://wordpress.org/extend/plugins/absolute-privacy/ to ensure that only registered users can see the site if you wish to keep it confidential.

    Thread Starter chichi2109

    (@chichi2109)

    I’m not sure what “static” really means. When I was googling, it seems like the most likely candidate for the answer to my problem, but I’m not sure if it does what I’m looking for (see my first post).
    I’ll look into the alternative you’ve suggested, but it seems like I’d need to have a domain for that to start with. Am I right?

    I’m not sure what “static” really means.

    It refers to pages that can be viewed without using a web server.

    Am I right?

    You would need some sort of hosting on a remote, publically accessible, server, yes.

    Thread Starter chichi2109

    (@chichi2109)

    Thanks Esmi.

    Does anyone else know what I can do, with regards to my initial question?

    One option might be to change your router settings to forward port 80 traffic to your computer’s local IP address. Then, open up a browser from any computer on the internet to your internet facing IP address.

    Another option would be to forward port 3389 (i think that’s right) to your local IP address. Then, from a computer on the internet, remote into your computer and show the site within the RDP session.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘exporting files so that my clients can view them’ is closed to new replies.