• Resolved hiphopservers

    (@hiphopservers)


    I have completely setup WPMU and installed the plugin but none of the parked domains nor the sub-domains are resolving to any other page other than the primary domain. So far I have tried a fresh install of WPMU and I have deleted and re-added my TLDs to the host. The IP assign to the install is dedicated and I am still not able to get either the wild card sub-domain, nor the my TLD to work. I have used WPMU before using the same plugin with no issues but this install is not working properly.

    https://wordpress.org/plugins/wordpress-mu-domain-mapping/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    My first guess would be that the wildcard subdomains are not set up correctly on your web server.

    If you did set that up, sometimes the web host control panel fails to restart the webserver after configuration changes. Try restarting Apache.

    Thread Starter hiphopservers

    (@hiphopservers)

    Nah. That did not work for in this instance. I restarted Apache already.

    http://eyesawthesun.com/
    http://jamiecriss.eyesawthesun.com/
    http://jamiecriss.com

    All of them appear to just redirect to primary domain by default. I know I am missing something or like you said it is the host configuration. However, I have already checked the HTTP configuration to make sure everything is pointing to the correct folder.

    <VirtualHost 162.219.27.91:80 >
    suPHP_ConfigPath /home/ests/
    ServerAlias *.eyesawthesun.com
    	ServerName www.eyesawthesun.com
    	ServerAlias www.eyesawthesun.com eyesawthesun.com  jamiecriss.com www.jamiecriss.com
    	ServerAdmin webmaster@eyesawthesun.com
    	DocumentRoot ...(path).../public_html
    	ScriptAlias /cgi-bin/ ...(path).../public_html/cgi-bin/
    	UseCanonicalName OFF
    	<IfModule !mod_ruid2.c>
    		SuexecUserGroup ests ests
    	</IfModule>
    	CustomLog / bytes
    	CustomLog / combined
    	ErrorLog / error.log
    	<Directory ..(path)../public_html>
    		suPHP_Engine ON
    		suPHP_UserGroup ests ests
    	</Directory>
    </VirtualHost>
    Plugin Author Ron Rennick

    (@wpmuguru)

    Try changing to

    ServerName eyesawthesun.com
    	ServerAlias *.eyesawthesun.com
    	ServerAlias jamiecriss.com www.jamiecriss.com
    Thread Starter hiphopservers

    (@hiphopservers)

    After taking a break and enjoying my holiday weekend I was able to sit and review my installation of the multisite and its configuration. I re-read the instruction for installation on the WP.org site. There was a note that said some installations require that you add “Options FollowSymlinks” to the .htaccess file.

    Options FollowSymlinks

    So I added this line to my .htaccess file and everything started work as expected. So it would seem everything in my HTTPD configuration was correct and the other aspects of the site configuration. Thank you for your assistance. I did want to post how I solved the issue in case others had a similar issue. It bugs me when people don’t not tell how they fix an issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to Mapping TLD & subdomain’ is closed to new replies.