• Resolved alucas2k

    (@alucas2k)


    Hi,

    I tried to follow carefully the guidance to create a new installation + multisite feature (using folders) but the permalinks are not working.

    Base url: https://test.latriboo.com/
    Other site: https://test.latriboo.com/mataro/

    The .htaccess and index.php looks like in the guidance, nothing has changed.

    What could be wrong?
    I tried to read other threads but non of them helps me, sorry to bother!

    Thanks for the attention

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Did permalinks work BEFORE you activated Multisite?

    Thread Starter alucas2k

    (@alucas2k)

    Yes, I think that could be related with the rules in the htaccess, but I copied there was the guidance says…

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Yes, I think that could be related with the rules in the htaccess, but I copied there was the guidance says…

    Sorry, can you answer more clearly? “Yes, pretty permalinks worked before I turned on Multisite.”

    That’s what I need to know ?? I’m not asking about the NEW permalinks for Multisite, I specifically mean the old ones, PRE multisite.

    Thread Starter alucas2k

    (@alucas2k)

    Sorry, I was not clear enough.

    I installed WP from the scratch (a completely new installation) and BEFORE doing anything more the pretty permalinks were working fine. After I turned the site into a Multisite, the NEW permalinks are not working.

    What do you think that could be the cause?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    The reason I asked is becuase if they didn’t work before Multisite, they sure won’t work after ??

    What is the exact content of your htaccess? Paste it here and use the code tags (see the toolbar above the text entry box? Use the code button ?? )

    The error you’re getting isn’t actually a WP error. Normally a 404, if pretty permalinks arent’ working, is still styled like WP. This suggests the problem is server-based. Can you check if your httpd.conf file has AllowOverride set to either All or Options All ?

    Thread Starter alucas2k

    (@alucas2k)

    This is the code in htaccess:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    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]
    </IfModule>

    I don’t have permission to access to the httpdconf.conf because the site is hosted in simple account at Dreamhost.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Your .htaccess is empty actually (I work at DreamHost, I looked at your file, it’s empty). So that’s a problme.

    I put one in for you and magically it works ??

    Thread Starter alucas2k

    (@alucas2k)

    Many thanks!!!

    Strange that was empty… but many thanks for the follow up!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Permalinks not working’ is closed to new replies.