Using a theme store in another directory
-
My multisite installation went well. My question is the theme directory structure. I’d like to use the SAME THEME that I’m currently using in another directory. I would think that I could use relative/absolute strings in the .htaccess file keeping everything else the same and it should work. But it’s not. Any ideas??? Here’s my structure:
www
– 2015site
– wp-content (themes)
– dept (this has my multisite installation)
– wp-content
-.htaccess (this is the file I was changing)=========================
.htacess file, I changed this one line to match this …require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );THANKS IN ADVANCE!
- The topic ‘Using a theme store in another directory’ is closed to new replies.