• 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.

    • This topic was modified 9 years, 5 months ago by coderwasim.
    • This topic was modified 9 years, 5 months ago by Steven Stern (sterndata). Reason: fixed title spelling, moved to "networked" from "fixing"
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Multisite Permalink issue’ is closed to new replies.