Subdirectory Site in Multisite Not Showing Theme Styles
-
I’m using wp multisite with a subdirectory blog on bluehost. My main site is working fine, but my subdirectory site is not showing any theme styles and I can not access the backend of the sub site. I can access the network admin. The url for the subdirectory site is stixyarn.com/tangled. Is it something in my .htaccess file? Here is the content of my .htaccess file.
# 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
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Subdirectory Site in Multisite Not Showing Theme Styles’ is closed to new replies.