Forums

Using WordPress and Blog on local drives (file system) (13 posts)

  1. Peter2
    Member
    Posted 4 years ago #

    Hello

    I am a real newbie and maybe my question sounds strange a little bit ...

    I don't want to publish on an Internet site, I only want to provide a site on our local server system:

    "\\mydomain\myshare\myblog.htm"

    Is this possible?

    Peter

  2. MichaelH
    Volunteer
    Posted 4 years ago #

    Pick your poison with one of the link in Installing WordPress, Installing WordPress Locally.

  3. NC@WP
    Member
    Posted 4 years ago #

    Not in the way you think about it... What you seem to refer to is called "static content". WordPress, however, generates content dynamically, but retrieving it from a database.

    You absolutely can run WordPress on a local network, but you need an HTTP server with PHP support and a MySQL database server (both servers, needless to say, can run on the same physical machine). In terms of your example, you can't run WordPress on \\mydomain\myshare\myblog.htm, but you definitely can run it on http://mydomain/myshare/...

  4. Peter2
    Member
    Posted 4 years ago #

    Thanks to both of you. I will think about it.

  5. Peter2
    Member
    Posted 3 years ago #

    Hello

    I got it working on my local PC with the usage of XamppLite (see advice from MichaelH) for my own use.

    For testing with 2 or 3 colleagues I want to "open it" for them.
    They work in my company (in the same room), share the same filesystem, same network and I can open my local drives for them.

    Is it possible that they use my testblog (watching and using the widgets is important; writing comments or new articles is not important.)

    Thanks

    Peter

  6. NC@WP
    Member
    Posted 3 years ago #

    It is already open, unless your firewall blocks it. Just have your colleagues type http://yourcomputername/ (where yourcomputername is your computer's network name) into their Web browsers. They can also use your computer's IP address, for example, http://192.168.1.123/

  7. Peter2
    Member
    Posted 3 years ago #

    http://yourcomputername/ ...

    No subdirectories like /wordpress or /localhost/wordpress?

    I increased php and sql security due to the information the xampp-security-status gave me. Is this a problem?

    Peter

  8. Peter2
    Member
    Posted 3 years ago #

    Hello

    nobody who can give a hint?

    Peter

  9. moshu
    Member
    Posted 3 years ago #

    Every computer in the world "thinks" of localhost as of itself. So, if the blog url is set to localhost - it is viewable ONLY from your computer.

  10. Peter2
    Member
    Posted 3 years ago #

    OK, thanks.

    But "NC@WP" wrote above that it is possible to view it in a local network. What I have to do now? Edit the wp-config.php from "localhost" to i.e. "d:\test\wordpress"?

    Peter

  11. moshu
    Member
    Posted 3 years ago #

    No. That's for the DATABASE server - if you read it carefully!

  12. Peter2
    Member
    Posted 3 years ago #

    I will try it. Thanks.

    Peter

  13. Peter2
    Member
    Posted 3 years ago #

    Hello

    7 months ago I was not successful and stopped it; now I started again with a "summary" in a new post:
    http://wordpress.org/support/topic/234898?replies=1

    I still have problems to see where I have to set "localhost" and where the IP "123.45.67.89" (database config? wordpress config? adress in Webbrowser ? ???)

    Peter

Topic Closed

This topic has been closed to new replies.

About this Topic