Title: Can&#039;t fix WordPress Multisite missing stylesheet/wp-admin issue
Last modified: August 20, 2016

---

# Can't fix WordPress Multisite missing stylesheet/wp-admin issue

 *  Resolved [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/)
 * Hello, I have been searching google like crazy and have of course read many help
   topics on this forum. However no matter what I try I cannot seem to fix this 
   issue.
 * So basically I have installed WordPress multisite on our GoDaddy server. Initially
   I didn’t get the option to chose between sub-domains or sub-directories, so after
   installation I had to go into WP-Config and set the subdomain_install to false…
   like so:
 * `define('SUBDOMAIN_INSTALL', false);`
 * After doing this my default wordpress site was working, along with a second site
   I set up under the directory /de/
 * Now when I come to make a third site under the direcotry /fr/ for some reason
   it will not work. Which is very strange considering the /de/ site works fine.
 * When I access the /fr/ site the stylesheet is blank, although the logo and twitter
   icons manage to show up. Not only that but I am unable to access the WP-ADMIN.
   I get the error “The page isn’t redirecting properly”
 * I have tried multiple fixes that I have read, such as editing my .htaccess and
   wp-config. I even tried to edit the mod_rewrite/vhost configuration but I am 
   unsure of how to do this on GoDaddy. I called them but they had no idea what 
   I meant.
 * If anybody can help I would be most grateful.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/page/2/?output_format=md)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883753)
 * What did you change your .htaccess to? You replaced the WP section and didn’t
   just add on to it right?
 * Did you delete the TwentyEleven theme?
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883759)
 * Here is my .htaccess at the moment
 * I have tried multiple adjustments based on things I have read here.
 * > # BEGIN WordPress
   >  <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / 
   > RewriteRule ^index\.php$ – [L]
   > # uploaded files
   >  RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [
   > L]
   > RewriteCond %{REQUEST_FILENAME} -f [OR]
   >  RewriteCond %{REQUEST_FILENAME} -d
   > RewriteRule ^ – [L] RewriteRule . index.php [L]
   > </IfModule>
   > # END WordPress
 * I also figured something out about our server. Before I tried install multisite
   we already had the /de directory set up on the server, with it’s own installation.
   So now that I have set up the /de directory with our multisite I believe it’s
   not actually operating fully under multisite. Which means we have confused ourself
   lol.
 * Even with this confusion Multisite is still not working because I still cannot
   get the /fr multisite to work.
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883769)
 * Ok I have managed to get into the WP-ADMIN after making some alterations to my.
   htaccess
 * but now I still cannot get the theme to work on the new /fr site. bare in mind
   that I am using the Constellation blank theme which I have edited to our tastes.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883790)
 * Your .htaccess is the one for subdomains.
 * [http://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite](http://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite)
 * Grab the subfolder one.
 * And again: Did you delete the TwentyEleven theme? (DON’T! I’m just asking if 
   you did 🙂 )
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883792)
 * I didn’t delete it, but I disabled it. I will try out the subfolder .htaccess
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883809)
 * Disabled how?
 * So long as the folder’s in the /wp-content/themes/ folder you should be okay.
   When it’s not, WP does funny things unless you change the default new theme.
 * Do fix the .htaccess 🙂
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883844)
 * Hi
 * I have edited my .htaccess but now I get the following error on the browser when
   I try to go to [http://www.mysite.com/fr/wp-admin](http://www.mysite.com/fr/wp-admin)
 * > The page isn’t redirecting properly
 * The twenty eleven theme is definitely in the themes folder, on the root site.
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883845)
 * Nevermind I can get into the wp-admin now
 * now the only problem is the stylesheet. It’s weird because it’s clearly reading
   the logo and the social icons, but the actual styling will not show.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883872)
 * Check if ‘AllowOverride’ includes the setting ‘All’ in your httpd.conf file (
   ask your webhost if you don’t know what that means)
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883874)
 * That’s where the issue lies, because I am on a Godaddy shared hosting plan and
   they don’t give me access to the httpd.conf
 * I tried calling them and the advisor had no clue what I was talking about, all
   he did was link me to their page showing you how to activate [Multisite with WordPress](http://support.godaddy.com/help/article/6143/enabling-wordpress-multisites).
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883882)
 * Well I know it can work on GoDaddy.
 * Are you on Windows or Linux hosting?
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883899)
 * It’s running Linux.
 * Would it work if i created my own httpd.conf file in the root folder?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883908)
 * Alas no. It’s a server thing.
 * Are you sure you set up the .htaccess correctly? Named it right and so on? No
   fucnky characters or extensions?
 *  Thread Starter [SwiffEpics](https://wordpress.org/support/users/swiffepics/)
 * (@swiffepics)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883909)
 * I have checked again and the .htaccess is named correctly and inside it has the
   following:
 *     ```
       # BEGIN WordPress
       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]
       # END WordPress
       ```
   
 * Now I wish we decided on a VPS server instead 🙁
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 11 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/#post-2883918)
 * Quite honestly, a VPS wouldn’t matter. If the images in posts are working, the.
   htaccess is most likely working. Is that the _entire_ .htaccess? Nothing extra
   you’re not showing us?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/page/2/?output_format=md)

The topic ‘Can't fix WordPress Multisite missing stylesheet/wp-admin issue’ is closed
to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)
 * [subdirectory](https://wordpress.org/support/topic-tag/subdirectory/)
 * [wp-admin](https://wordpress.org/support/topic-tag/wp-admin/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 21 replies
 * 3 participants
 * Last reply from: [susmita1234](https://wordpress.org/support/users/susmita1234/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/cant-fix-wordpress-multisite-missing-stylesheetwp-admin-issue/page/2/#post-2884070)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
