• Resolved xmatter

    (@xmatter)


    I have done this in the past and with our current intranet using XAMPP, but now I am using WAMP something odd is occurring.

    I have the WAMP and WP installed on a server with a static IP. I changed the 2 settings within WP Settings:

    WordPress Address (URL) : https://localhost/intranet
    Site Address (URL) : https://localhost/intranet

    localhost was replaced by the IP of the server. When I try to access this address from any workstation, the page cannot be found. Again, the current setup is fine, but I want to move all to another server with a different IP.

    Any thoughts???

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter xmatter

    (@xmatter)

    I forgot to mention, only users within the network can access the intranet. So i do not need any information to allow the site to access via the www, just in our Windows environment.

    I wonder if you have settings in Apache’s httpd.conf that are interfering. I have <VirtualHost 127.0.0.1:80> settings that mean I can’t use 127.0.0.1 or localhost to access other locally installed sites. I have to access them on 192.168.1.37 (which is the same machine).

    Thread Starter xmatter

    (@xmatter)

    i found this is httpd:

    # onlineoffline tag – don’t remove
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1

    Thread Starter xmatter

    (@xmatter)

    the above was from WAMP Apache settings.

    This is from XAMPP Apache settings:

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>

    Thread Starter xmatter

    (@xmatter)

    Had to do with WAMP services… yet again!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Access Localhost Install via IE’ is closed to new replies.