Installing Multsite on Godaddy subdomain
-
I have installed multiple multisites with WordPress on Bluehost and Dreamhost, this is my first time doing a a multisite install on Godaddy and I am having a few hiccups.
As far as I know, you can set up a multi-site network on a subdomain if WordPress is installed on the root of the subdomain on Godaddy’s server. The first time I tried with Godaddy, I changed the wp-config file and was initially able to set up and install a network on WP. I went through the configuration setting as told, changing my wp-config file and web.config files. I did not touch my .htaccess file (which was blank)
After I went through the configuration, I kept getting a 500 internal server error. Upon further inspection I viewed my blank .htaccess file and copied the code below.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} –f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.*) index.php?/$1
# End WordPressThis didn’t fix the issue, however I was able to revert back to my initial installation and my site is now in its original state.
Now, as I go back through to troubleshoot the issue, I try to install the network again. However now I get an error message stating Warning: An existing WordPress network was detected.My question is, where have I gone wrong? As far as I have researched, it seems the 500 internal server error is definitely coming from the .htaccess file. However, I already know that Godaddy already has issues with multisite setups, so I am curious if maybe I skipped a prior step to getting the multi site set up.
Also if you could direct me how to get rid of the extra network to install a fresh new multisite setup this would also be appreciated.
Thanks!
- The topic ‘Installing Multsite on Godaddy subdomain’ is closed to new replies.