This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Allow nested folder paths in WordPress Multisite with subdirectories | |
* Updated from http://maisonbisson.com/post/14052/wordpress-hacks-nested-paths-for-wpmu-blogs/ to account for latest WordPress code | |
* .htaccess rules also need to be changed to: | |
RewriteEngine On | |
RewriteBase / | |
RewriteRule ^index\.php$ - [L] |