• Hi, thanks for help in advance
    I have installed wordpress on my pc using IIS8 ( Microsoft WEBMATRIX )
    and it works fine on the same pc
    i want to view it from other pcs the same network ( the same lan ) but no use.
    the installation goes here https://localhost:13985/
    please help me to view it from other pcs on the same lan
    thanks for your help

Viewing 15 replies - 1 through 15 (of 17 total)
  • You cannot use localhost as part of your site url if you want to be able to access the site from other computers in your local network. Every computer defines itself as localhost. You need to use an internal domain name.

    Thread Starter amircreations

    (@amircreations)

    ok thanks, please give me a sample, or how can i do it

    You need to change the site urls. See Changing_The_Site_URL for details of how to do this correctly.

    Thread Starter amircreations

    (@amircreations)

    thanks for your help again
    believe me if i told you i did not understand,
    lets say i want to change the localhost into agpc1
    what are the steps please
    thanks

    Please see the link I posted above.

    Thread Starter amircreations

    (@amircreations)

    i tried this
    define(‘WP_HOME’,’https://agpc:13958′);
    define(‘WP_SITEURL’,’https://agpc:13958′);
    but did not work,
    forgive me i am not such a clever person in that, just i need your help,
    i tried to understand that link,
    but could not, since it is my first time installing it on my pc and trying accessing it from other pcs.
    i used the windows firewall method inbound and outbound ports stuff
    and still no result
    thanks for your help

    Have you set up that agpc domain on your server as part of its configuration?

    Thread Starter amircreations

    (@amircreations)

    no how do i do that?
    thanks

    Try asking on a forum dedicated to your server software.

    Thread Starter amircreations

    (@amircreations)

    i am installing it locally on my pc not web hosted server

    Yes – I am aware of that. Which is why you need to ask for advice on how to set up your local server correctly.

    Thread Starter amircreations

    (@amircreations)

    thanks for your help

    You are using WebMatrix which has IIS express bundled and I believe it only allows localhost connections. You need to setup a ‘real’ web server to allow conections from other computers. You can try XAMPP or WAMP but they are linux based ?? You can also try Mongoose

    You could also setup Windows Server 2012 which has IIS 8 packaged.

    Like esmi said, you basically are trying to setup a new web server (at least that is what is needed at this point).

    Thread Starter amircreations

    (@amircreations)

    thanks i just wanted to know why i can not read it from other pc, but i have seen it before a month ago at my friend’s company they installed it on a normal windows 7 platform using web matrix ,

    Try this https://ip-address.com:8080/

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Viewing wordpress localhost from other pc’ is closed to new replies.