• HDready Graphic

    (@hdready-graphic)


    Hi,
    I have a strange issue with my WP multisite on Windows localhost (I’ve not tried online).
    The structure :
    -Page 1
    -Page 2
    – Page 2a
    – Page 2b
    – Page 3

    On the default site all work perfectly.
    But on the second site (first is french second is english, I’m using Multisite Language Switcher), the Page 2a and Page 2b permalinks return 404 error :/ But the Page 1, Page 2 and Page 3 work perfectly.
    If I put Page 2a on first level, it works. Seems to be only the 2nd level which return 404.

    I’ve tried desabled all plugins, use Eleventen theme…
    If I use the links as “?page_id=4” it work, but “/page-2/page-2a/” doesn’t.

    Thanks for your help,
    Greg

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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    This means that your server isn’t set to process the .htaccess fully on your subsites.

    Check if AllowOverride is set to all in your httpd.conf

    Thread Starter HDready Graphic

    (@hdready-graphic)

    Yes it is sir. It might be another problem :/
    As I said, the problem is only for the children pages (I have no post, so I have not tried).

    Alias "/belair" "C:/Freelance/Bel-Air/site/local"
    <Directory "C:/Freelance/Bel-Air/site/local">
    Options FollowSymLinks Indexes
    AllowOverride All
    Order deny,allow
    Allow from 127.0.0.1
    deny from all
    </Directory>

    Thanks,
    Greg

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I’m moving this to the localhost section…

    Thread Starter HDready Graphic

    (@hdready-graphic)

    But the problem could be about multi site :/

    Thread Starter HDready Graphic

    (@hdready-graphic)

    No one as any idea ?
    Nobody can help me ?

    Thread Starter HDready Graphic

    (@hdready-graphic)

    Ok, well… too many experts there :/

    Thread Starter HDready Graphic

    (@hdready-graphic)

    OK, so I’ve tried online and I still have the issue, so it’s definitly not a local problem…

    Help, I need somebody help…

    Thanks

    Thread Starter HDready Graphic

    (@hdready-graphic)

    For those who are interested, you can see the site there :
    http://dev.belair-chambres-hotes.fr/en/rooms/
    Just clic on a room in the right column to see the problem.

    Login : visitor
    Password : visitor

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Subpage permalink 404’ is closed to new replies.