Wordpress Changing the domain in WordPress Multi Site. February 12, 2014 6364 Views If you have to or want to change the domain of your WordPress MU site. The domain name is actually stored …
Wordpress WordPress Subfolder Multisite .htaccess file December 10, 2013 4962 Views RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash …