Multisite Permalink issue
-
I installed and configured wordpress multisite.. editaed the .htaccess file like this.
# BEGIN WordPress
RewriteEngine On
RewriteBase /connectnationwide/
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]# END WordPress
Now when I trying to select permalink http://www.codesolutions.co.in/connectnationwide/%postname%/
It is showing 404 but the post page is okay with ‘Plain’ URL with post ID.
Not sure why .. 🙁
Any help appreciated.
The topic ‘Multisite Permalink issue’ is closed to new replies.
