Skip to content

parisholley/Wordpress-Localhost-Reverse-Proxy-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This plugin has not been tested with an existing installation.

Instructions:

1. Copy the localhost.php file to your wp-content/mu-plugins directory (it is possible that it may not exist on a fresh install).
2. Access the wordpress installation through a localhost:port that maps to a reverse proxy which points to a wordpress installation.
3. Install a fresh copy of wordpress.
4. Enable multi-site functionality by putting "define('WP_ALLOW_MULTISITE', true);" in wp-config.php.
5. Copy the localhost plugin version of sunrise.php to wp-content/.
6. Create your network (ignore any dns errors, ie: "Wildcard DNS may not be configured correctly") and follow the "Enabling the Network" instructions. If you are accessing the site through port numbers, you must go through a reverse proxy.
7. Enable the domain mapping plugin and setup sites according to the reverse proxy domains (you will need to setup a /etc/hosts entry for each domain in your vm/machine for this to work)

About

Enables localhost development of wordpress when using multisite and domain mapping plugin without the need for client /etc/host entries. Useful for VM environments such as Vagrant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages