https://github.com/ruslanxdev/wp-multisite-8000-port
Plugin supports multisite on a different port than :80 and :443 (e.g. :8000).
https://github.com/ruslanxdev/wp-multisite-8000-port
Last synced: about 1 year ago
JSON representation
Plugin supports multisite on a different port than :80 and :443 (e.g. :8000).
- Host: GitHub
- URL: https://github.com/ruslanxdev/wp-multisite-8000-port
- Owner: ruslanxdev
- License: mit
- Created: 2017-11-20T21:20:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T22:04:54.000Z (over 8 years ago)
- Last Synced: 2025-02-14T21:35:43.391Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Multisite 8000 port
Plugin supports multisite on a different port than :80 and :443 (e.g. :8000).
Here we assume that the 'siteurl' and 'home' options contain the :8000 port.
WARNING: Not suited for production sites!
Get around the problem with wpmu_create_blog() where sanitize_user() strips out the semicolon (:) in the $domain string. This means created sites with hostnames of e.g. example.tld8000 instead of example.tld:8000.