Permalinks not working on multisite installation
-
Hello,
I am new to wp and just installed the latest version. Everything worked until I upgraded to multisite and then the permalinks for my pages and menus stopped working (except for home). Then installed buddypress but still doesn’t work.
This is my .htaccess:
#RewriteEngine On
RewriteBase /wordpress/
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).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]I saw other blogs with similar problems but could not figure out how to resolve.
My page:
http://creatingsustainability.com/wordpress/
When I click on menus it says the page does not exist. Tried creating new site but that new page link (I’m using subdirectory) also does not work.
PLEASE HELP!!!!!
Thank you,
-Yaiyr π
The topic ‘Permalinks not working on multisite installation’ is closed to new replies.