• carinallc

    (@carinallc)


    Brand new WP Multisite install on GoDaddy. I have installed from scratch about 4 timex, each time with the same result.

    I followed the directions exactly. But when I Create A New Site and try to go do the Dashboard, I get an Internal Server Error message. The site does not appear in my list of sites either.

    Would appreciate any help. I’m at a loss in understanding what could possibly be wrong at this point.

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter carinallc

    (@carinallc)

    My .htaccess. Thanks again for any insite.

    Again, I get a 500 Internal Server error. I can go to the site but there isn’t a Theme and none of my network themes are available either

    *********************************************************
    # BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) sitename/$2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ sitename/$2 [L]
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    # BEGIN wtwp_cache
    # END wtwp_cache

    # BEGIN wtwp_security
    # END wtwp_security

Viewing 1 replies (of 1 total)
  • The topic ‘Internal Server Error on Create New Site’ is closed to new replies.