Jump to content

Extension:RequestCustomDomain

From mediawiki.org
MediaWiki extensions manual
RequestCustomDomain
Release status: stable
Author(s) Universal Omega, Agent Isai, Reception123, Alex, MacFan4000
MediaWiki >= 1.44.0
PHP >= 8.2
Virtual domain virtual-requestcustomdomain
  • $wgRequestCustomDomainHelpUrl
  • $wgRequestCustomDomainSubdomain
  • $wgRequestCustomDomainDatabaseSuffix
  • $wgRequestCustomDomainDisallowedDomains
  • $wgRequestCustomDomainUsersNotifiedOnAllRequests
  • $wgRequestCustomDomainCloudflareConfig
  • handle-custom-domain-requests
  • request-custom-domain
Licence GNU General Public License 3.0 or later
Download

The RequestCustomDomain extension is used on Miraheze to handle requests for custom domains. See more details on Miraheze Meta

Installation

[edit]
  • Download and place the file(s) in a directory called RequestCustomDomain in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RequestCustomDomain' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.