Multisite links broken
-
Hello all,
I have a few multi sites and it’s not working for some time now. I am looking into this and saw a few forums but nothing seems to be helpful.
My htaccess code:
RewriteEngine On RewriteBase /blogs/ RewriteRule ^index\.php$ - [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).*)$ $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]
Please let me know what I am missing and needed to do to get these multi site links operational again. Thank you !
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Multisite links broken’ is closed to new replies.