Title: 404 Error
Last modified: August 20, 2016

---

# 404 Error

 *  Resolved [dasadasaanudasa](https://wordpress.org/support/users/dasadasaanudasa/)
 * (@dasadasaanudasa)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/404-error-53/)
 * I just set up WordPress Multisite on GoDaddy as I am in the process of migrating
   there from Globat. Everything seemed to work OK and I changed the .htaccess and
   wp-config.php as instructed for a subfolder install. I was able to create a new
   site, but when I went to check the page I got a 404 error. Here are the inserted
   contents into .htaccess and wp-config.php:
 * .htaccess
 * 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 to /wp-admin
    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).*) $1 [L] RewriteRule
   ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
 * wp-config.php
 * define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false ); $base = ‘/’;
   define( ‘DOMAIN_CURRENT_SITE’, ‘harekrishnala.com’ ); define( ‘PATH_CURRENT_SITE’,‘/’);
   define( ‘SITE_ID_CURRENT_SITE’, 1 ); define( ‘BLOG_ID_CURRENT_SITE’, 1 );
 * When I went through this whole process on globat I had no problem, but with GoDaddy
   it does not want to work.

The topic ‘404 Error’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [multiuser](https://wordpress.org/support/topic-tag/multiuser/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 0 replies
 * 1 participant
 * Last reply from: [dasadasaanudasa](https://wordpress.org/support/users/dasadasaanudasa/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/404-error-53/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
