• Hi
    i installed wordpress multisite but i have some problems in blogs.
    styles not load in blogs and their dashboards
    this is a sample of my blogs
    Music Blog
    but wp-content and wp-includes files not load

    http://music.blooog.ir/wp-includes/css/dashicons.css?ver=5.2.4

    http://music.blooog.ir/wp-content/themes/jannah/assets/css/widgets.min.css?ver=4.0.1

    This is my htaccess:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    i tried some solution at the forums and internet but my problems not solved.
    Best result was related to define wp content path in wpconfig by this :

    
    define("WP_CONTENT_URL", "http://blooog.ir/wp-content");

    wp-content files load by this change But wp-includes and dashboards not solved

    Main website is Ok BloOog.ir

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try setting the ‘music’ site to a generic theme like Twenty Seventeen to see if that works.

    Thread Starter danialtaherifar

    (@danialtaherifar)

    Done

    But no difference…
    css styles not loaded

    That was still helpful as I could see the call to the CSS file but… That css file is not there in that directory!

    Let me ask you this… is that an Apache-based server behind an Nginx proxy? I asked because Nginx doesn’t run htaccess but you have an htaccess file.

    Nginx might make a great proxy but I prefer Apache as that’s what I use. If it is Nginx then the htaccess type directives need to go into a config file instead.

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

The topic ‘css not load in Multisite blogs’ is closed to new replies.