• Resolved PenThis

    (@penthis)


    I have my WP development running well on my local development server. I have set up remote access via dyndns.com so that my clients can remotely log in when I need them to review the current development status.

    In order to get into my local development server its simply a matter of setting my modem/routers ip address in dnydns and having port forwarding turned on in my modem.

    This work wonderfully for any static web sites I develop for my clients but not for my WP development.

    When testing this locally (within my domain) the WP works wonderfully but when clients are coming in they get only a non-css’d presentation with hard coded ip’s of 192.168.0.10 (my internal server).

    What do I need to correct to allow remote access to my local WP install?

    Jim

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter PenThis

    (@penthis)

    I should have added, changing wp_options siteurl to my dyndns address allows remote access to the home page, it does not correct the child pages which continues to report 192.168.0.10 (which is my local development server). And trying to now login to my local development server via 192.168.0.10/wp-admin automatically takes me to http://dyndns_address/wp-admin and I am unable to log in with my regular credentials.

    Thread Starter PenThis

    (@penthis)

    Additional install info (server WAMP on Windozs 7).

    Thread Starter PenThis

    (@penthis)

    RTFI – Closing request. I failed to update the wp_options record where option_name = ‘home’ to the remote url that points back to my local site.

    So, in review setting the wp_config records where option_name = ‘siteurl’ and ‘home’ corrected the remote access.

    I have also modified my httpd.conf and uncommented the line

    “LoadModule rewrite_module modules/mod_rewrite.so”

    Remote access is working correctly (after really quick check) and so is local access to my dashboard.

    Jim

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘External Access to local development site’ is closed to new replies.