css not load in Multisite blogs
-
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 loadhttp://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]
The topic ‘css not load in Multisite blogs’ is closed to new replies.