• Badou89

    (@badou89)


    Hello,
    I need to run wordpress network (multi site) on a local network using Windows 7, wamp and wordpress 3.3.1. I’d like to reach wordpress from another PC of the LAN simply using IP address of the host http://192.168.0.X.

    Wamp configuration : in “C: \ wamp \ alias” edit phpmyadmin.conf by adding the following line:

    <Directory “C:/wamp/apps/phpmyadmin3.4.5/”>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1

    Allow from 192.168.0.3/24

    </Directory>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Access wordpress (multi-site) on a LAN.’ is closed to new replies.