• Resolved sulfurito

    (@sulfurito)


    Hello, I’m setting up a multisite with subdomain option. So far it’s working but I can’t access pages when I use permalink option different than default (https://sub.site.com/?p=123). I’ve seen it’s a common issue but so far any of the solutions reccomended (reset permalink config, put in Apache httpd.conf what I have in .htaccess) didn′t work for me.

    This is my .htaccess content:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    I just saw this sticky post now and didn’t put it in practice yet, I’ll go for it now but in the mean time I would appreciate other clues.

    Thank you very much

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Multisite: 404 permalinks issue’ is closed to new replies.