Support » Networking WordPress » WordPress Network Pages & Permalinks – Help!

  • I’ve just set up a new multisite/network installation and I’m not able to get my Pages working with the ‘Day and Name’ permalink option.

    I’m using the .htaccess that was generated for my site:

    RewriteEngine On
    RewriteBase /
    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).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    My .htaccess is writable. I can’t seem to figure out what exactly is going on. I have another WordPress multi site I help admin as well (older version) with the same .htaccess and permalink choices and it works fine. What am I doing wrong?

Viewing 1 replies (of 1 total)
  • Thread Starter derekgreer

    (@derekgreer)

    Update: The only pages that seem to not be working are the ones for the main site. I currently have one sub-site configured and the default ‘Sample Page’ page link works just fine.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Network Pages & Permalinks – Help!’ is closed to new replies.