• Resolved jacauc

    (@jacauc)


    I spent half a day now messing about with .htaccess to see if I can figure this out, but with no luck.

    I have now reverted the .htaccess to the default of

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    

    yet still, I cannot figure out why AMP is behaving this way.
    I have disabled all caching plugins also.

    https://www.latitude31.travel/tours/40-day-tour/?amp
    works fine…

    yet
    https://www.latitude31.travel/tours/40-day-tour/amp
    gives me a 404 page

    Any support would be appreciated

    The page I need help with: [log in to see the link]

Viewing 9 replies - 16 through 24 (of 24 total)
Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘?amp pages work, but not /amp/ pages’ is closed to new replies.