Quantcast
Viewing all articles
Browse latest Browse all 994

miajayne on "500 internal server error"

I'm quite new to all of this, so please make any responses very very basic.

Basically, I'm trying to use the multisite feature of wordpress which has been setup fine on the wordpress end, but I'm having problems hosting the subdomains. I am using godaddy, which apparently does not allow "wildcards" (I'm not 100% on this), so I created new subdomains within godaddy, which say they have been setup. When I try to access dashboard for these subdomains I am now getting an error that says this:

"Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Apache Server at reviews.idlenessandmischief.com Port 80"

I THINK it has something to do with my htaccess file. I've tried changing it a few times, and nothing works, but this is what it currently says:

"# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress"

I'm not great with codes, so can anyone see what I have done wrong here?? Thanks.


Viewing all articles
Browse latest Browse all 994

Trending Articles