• I have a multisite setup with subdomains. I can visit the main domain, but when I try to go to an article it doesn’t work. What’s interesting is if I set the permalinks to default, they work. I’m wondering if it has to do with my .htaccess since I’ve been editing that quite a bit.

    I’m also wondering if there is a way to retrieve the original .htaccess code from some kind of setup pane. I can’t seem to find the “Network Setup” that was used in previous versions.

    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^(www.)?nofillers.com$
    RewriteCond %{REQUEST_URI} !^/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /$1
    
    RewriteCond %{HTTP_HOST} ^(www.)?nofillers.com$
    RewriteRule ^(/)?$ /index.php [L]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks not working’ is closed to new replies.