Title: Multisite index.php not Redirecting
Last modified: August 20, 2016

---

# Multisite index.php not Redirecting

 *  [krizzel](https://wordpress.org/support/users/krizzel/)
 * (@krizzel)
 * [14 years ago](https://wordpress.org/support/topic/multisite-indexphp-not-redirecting/)
 * Hello,
 * I have a strange problem with my multisite setup:
    [http://applebun.com](http://applebun.com)–
   My original page works 100% [http://sg.multisite.com](http://sg.multisite.com)–
   My new multisite does not open the index.php but shows the standard Apache error
   instead. However, **all subpages (like posts, admin dashboard etc) are working
   perfectly fine**.
 * I have done pretty much everything as required for multisites to work:
    – DNS
   Wildcard is configured, working (*.applebun.com) and pointin at the public html
   folder where wordpress is installed – wp-config, htaccess are configured as required–
   Blog Directory has been created in wp-content
 * Again, I can access [http://sg.applebun.com/wp-admin](http://sg.applebun.com/wp-admin)
   and every single page on that site as well, for example [http://sg.applebun.com/2012/05/09/test/](http://sg.applebun.com/2012/05/09/test/)
 * Even if i call [http://sg.applebun.com/index.php](http://sg.applebun.com/index.php)
   directly -> goes to [http://sg.applebun.com](http://sg.applebun.com) -> goes 
   to [http://sg.applebun.com/cgi-sys/defaultwebpage.cgi](http://sg.applebun.com/cgi-sys/defaultwebpage.cgi)
 * This is my htaccess code:
 *     ```
       #Made Multi-Site with Multi-Site Enabler 1.5#
       <IfModule mod_rewrite.c>
       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).*) $2 [L]
       RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
       RewriteRule . index.php [L]
       </IfModule>
   
       ## EXPIRES CACHING ##
       <IfModule mod_expires.c>
       ExpiresActive On
       ExpiresByType image/jpg "access 1 year"
       ExpiresByType image/jpeg "access 1 year"
       ExpiresByType image/gif "access 1 year"
       ExpiresByType image/png "access 1 year"
       ExpiresByType text/css "access 1 month"
       ExpiresByType application/pdf "access 1 month"
       ExpiresByType text/x-javascript "access 1 month"
       ExpiresByType application/x-shockwave-flash "access 1 month"
       ExpiresByType image/x-icon "access 1 year"
       ExpiresDefault "access 2 days"
       </IfModule>
       ## EXPIRES CACHING ##
       ```
   
 * This is my wp-config code:
 *     ```
       define (‘WP_ALLOW_MULTISITE’, true);
       define ('MULTISITE', '1');
       define ('SUBDOMAIN_INSTALL', '1');
       define ('DOMAIN_CURRENT_SITE', 'applebun.com');
       define ('PATH_CURRENT_SITE', '/');
       define ('SITE_ID_CURRENT_SITE', 1);
       define ('BLOG_ID_CURRENT_SITE', 1);
       $base = '/';
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Mr Bearly](https://wordpress.org/support/users/mr-bearly/)
 * (@mr-bearly)
 * [14 years ago](https://wordpress.org/support/topic/multisite-indexphp-not-redirecting/#post-2741336)
 * I visited your main site, applebun.com, worked fine.
 * I visited your MS site, sg.applebun.com, fail.
 * Fatal error: Call to undefined function tweetbutton() in /home/wwwapple/public_html/
   wp-content/themes/sg-eddiemachado-bones-991421e/index.php on line 46
 * How do you have your plugins set up? Is this your own theme?
 * You may have to put in a try – catch routine if it is.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years ago](https://wordpress.org/support/topic/multisite-indexphp-not-redirecting/#post-2741344)
 * You have a thread already.
 * [http://wordpress.org/support/topic/multisite-single-post-pages-work-but-startpage-not?replies=5](http://wordpress.org/support/topic/multisite-single-post-pages-work-but-startpage-not?replies=5)
 * Please don’t make multiple threads for the same issh

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multisite index.php not Redirecting’ is closed to new replies.

## Tags

 * [index](https://wordpress.org/support/topic-tag/index/)
 * [index.php](https://wordpress.org/support/topic-tag/index-php/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/multisite-indexphp-not-redirecting/#post-2741344)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
