Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8054383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:08:04+00:00 2026-06-05T08:08:04+00:00

I use XAMPP to develop wordpress themes, and I want to use ManageWP to

  • 0

I use XAMPP to develop wordpress themes, and I want to use ManageWP to administer / clone the sites to the production server. I have followed every tutorial I can find on the matter, but can’t manage to get external access to my localhost!

This related SE answer seems so straightforward!

  1. Configure the web server to listen on your external network interface (Apache is often configured to only listen on localhost by default).
  2. Open port 80 for inbound connections in the firewall on your computer.
  3. If you want people outside your LAN to access your server, enable port forwarding in your router/gateway, so that port 80 is forwarded to your computer.
  4. If you use DHCP in your network, configure your DHCP server to give your computer the same address every time (for example, by MAC address).

I’m pretty sure I’ve got the last three steps right, (no firewall, ports 80 TCP&UDP > 80, server IP assigned by MAC address) but I don’t know how to do the first (I’ve tried playing around in httpd.conf by setting the ServerName to my external IP address, but thats just a wild random fail 🙂

Whilst port forwarding is active I can see the website at: ##.###.64.188/mysite.dev (my external IP) whilst I’m on the local network, but if I connect via my 3g mobile connection i get:

Not Found
The requested URL http://<snip> was not found on this server
Apache Server at ##.###.64.188 Port 3128

which seems to indicate i’m somewhere in the right vicinity! but no idea where to go from here…

Any suggestions? TIA, Tim

Running:

  • XAMPP v1.7.3
  • Mac OSX 10.7.4
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T08:08:05+00:00Added an answer on June 5, 2026 at 8:08 am

    Simple answer here: my ISP Optus blocks incoming connections on port 80. So, I’ve added:

    listen 8080

    to httpd.conf and adjusted my port forward correspondingly, and now i connect fine!

    For those coming after, I’ve also setup http auth directives in my ~/Sites and /phpmyadmin entries in httpd.conf for somewhat increased security.

    To get the WP site and links working, I’m setting the WP_SITEURL dynamically:

    // wp-config.php
    $host = $_SERVER['SERVER_NAME'];
    if($host == 'subdomain.mysite.com')
        $url = 'http://subdomain.mysite.com:8080';
    else
         $url = 'http://mysite.dev';
    
    define('WP_HOME', $url);
    define('WP_SITEURL', $url);
    

    Then, in the virtualhost for the site I’m configuring, I’ve set <VirtualHost *:8080>.. works a treat! mission accomplished.

    (Edit: I no longer have XAMPP installed, and have forgotten its directory structure, but the virtual hosts are defined similarly to the apache2 default: extra/httpd-vhosts.conf, which is included towards the end of httpd.conf)

    PS manageWP needs to be whitelisted to allow connections past the http basic auth.

    Big thanks to Garth and River who answered my call on FB…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a xampp server and when i want to use Mod_rewrite it redirects
I have installed XAMPP server on my system to be able to use PHP.
I want to use prosody or maybe another xmpp server to test my xmpp
I have a copy of a code running on the production server, and I
I want to be able to use aliases outside the c:\xampp-scope, as in alias
I have three pcs and each one runs xampp. I want the other two
I have an Ubuntu Server (with all of LAMP and Subversion installed). I use
I currently use XAMPP on Windows 7 for my dev server which is a
I am using PHP/JavaScript/MySQL on XAMPP to develop the prototype. I need to use
I use XAMPP for local development and I've heard of developers that change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.