Multisite – Multiple URLS?
-
Hi,
when using a WP multisite (network) installation, is it possible to add different URLs to the admin/login pages? So that I can use separate urls?
If so I assume I simply need to configure the URL I want for the specific site in the network and would need to add the corresponding entries in the .htaccess?
RewriteRule ^members/?$ /wp-login.php [QSA,L] RewriteRule ^members/register/?$ /wp-login.php?action=register [QSA,L] RewriteRule ^members/lostpassword/?$ /wp-login.php?action=lostpassword [QSA,L] RewriteRule ^wordpress-adm/?$ /wp-login.php [QSA,L] RewriteRule ^wordpress-adm/register/?$ /wp-login.php?action=register [QSA,L] RewriteRule ^wordpress-adm/lostpassword/?$ /wp-login.php?action=lostpassword [QSA,L]Secondly is there a way to have separate URLs? Like I like to use a “members” url for registration and login to a forum and a separate URL for admins logging into the admin interface?
Cheers
Joerg
The topic ‘Multisite – Multiple URLS?’ is closed to new replies.