Title: Multisite HOME problem and CSS/Styles problems
Last modified: August 22, 2016

---

# Multisite HOME problem and CSS/Styles problems

 *  Resolved [cla_1976](https://wordpress.org/support/users/cla_1976/)
 * (@cla_1976)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/)
 * Ok, Hello everyone, I’m noob in this forum.
 * I’m working on site with multisite capabilities for my client.
 * I configured multisite using wordpress tutorial and I it worked fine, but I encontered
   some problems.
 * > HOME PROBLEM
 * If you can see the page, i.e. especifically this URL: [http://www.eniac.com.ar/paris/tours-de-paris/](http://www.eniac.com.ar/paris/tours-de-paris/)
 * this is HOME of one folder subsite, but if you will go to Contact section for
   example: [http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/](http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/)
 * you will see breadcrumb “Home / Contact” and if you’ll link Home will go to: 
   [http://www.eniac.com.ar/paris/](http://www.eniac.com.ar/paris/)
 * but this is not HOME of this subsite.
 * My multisite configuration for subsite is: [http://www.eniac.com.ar/capturas/image00.JPG](http://www.eniac.com.ar/capturas/image00.JPG)
 * and especifically for one of them: [http://www.eniac.com.ar/capturas/image01.JPG](http://www.eniac.com.ar/capturas/image01.JPG)
 * and: [http://www.eniac.com.ar/capturas/image02.JPG](http://www.eniac.com.ar/capturas/image02.JPG)
 * What’s is rong with my configuration?
 * > CSS/STYLES PROBLEMS
 * The other problem is with CSS and Styles of subsites, randomly this site changes
   all styles, colors, fonts, but not ever only randomly when update page with F5
   key or when navigates between landing page and subsites.
 * For example, the correct format, look like this: [http://www.eniac.com.ar/capturas/image03.JPG](http://www.eniac.com.ar/capturas/image03.JPG)
 * incorrect format: [http://www.eniac.com.ar/capturas/image04.JPG](http://www.eniac.com.ar/capturas/image04.JPG)
 * This last one has change, in this case only text color, but eventually changes
   text style too.
 * This problem was made once in at least 20th F5 updates and no more at this time.
 * Finally this is my multisite configurations in wp-config.php and .httacces:
 *     ```
       define('MULTISITE', true);
       define('SUBDOMAIN_INSTALL', false);
       define('DOMAIN_CURRENT_SITE', 'www.eniac.com.ar');
       define('PATH_CURRENT_SITE', '/');
       define('SITE_ID_CURRENT_SITE', 1);
       define('BLOG_ID_CURRENT_SITE', 1);
       ```
   
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [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]
       ```
   
 * Thanks in advance and sorry everyone for my english…

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/#post-5549488)
 * Your English is fine 🙂 But you hid all your links because you did this:
 * `<a href="http://example.com"></a>` – That’s unreadable. I fixed it 😀
 * > If you can see the page, i.e. especifically this URL: [http://www.eniac.com.ar/paris/tours-de-paris/](http://www.eniac.com.ar/paris/tours-de-paris/)
   > this is HOME of one folder subsite, but if you will go to Contact section for
   > example: [http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/](http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/)
 * No. The home of [http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/](http://www.eniac.com.ar/paris/contact-skip-the-line-babylon/)
   is [http://www.eniac.com.ar/paris/](http://www.eniac.com.ar/paris/)
 * The page is on the PARIS site, not the tours-de-paris one.
 * For the other issue, try flushing server AND browser caches.
 *  Thread Starter [cla_1976](https://wordpress.org/support/users/cla_1976/)
 * (@cla_1976)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/#post-5549506)
 * Hi, Mika, sorry you are right, I hide links, but was not my intention. And thanks
   for correction.
 * Ok I understand you about the HOME, you are right again, he he.
 * I’m forget to asign a Static Page in Theme Customization.
 * Now the HOME is correct.
 * Thanks a lot.
 * Regards.
 * PD: have you any idea about other question?.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/#post-5549668)
 * > The other problem is with CSS and Styles of subsites, randomly this site changes
   > all styles, colors, fonts, but not ever only randomly when update page with
   > F5 key or when navigates between landing page and subsites.
 * Sounds like a cache issue.
 *  Thread Starter [cla_1976](https://wordpress.org/support/users/cla_1976/)
 * (@cla_1976)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/#post-5549689)
 * Ok, I will try flush cache.
 * Thanks

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

The topic ‘Multisite HOME problem and CSS/Styles problems’ is closed to new replies.

## Tags

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

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 4 replies
 * 2 participants
 * Last reply from: [cla_1976](https://wordpress.org/support/users/cla_1976/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/multisite-home-problem-and-cssstyles-problems/#post-5549689)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
