Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: htaccess issue.
    mactory

    (@mactory)

    Since this didn’t work for me either:
    RewriteCond %{REQUEST_URI} !^catalog/?$
    but this did:
    RewriteCond %{REQUEST_URI} !^.*catalog.*$

    I just tried joining them like this:
    RewriteCond %{REQUEST_URI} !^.*/catalog/.*$
    and it actually worked for me. I never did anythig with this .htaccess stuff before, but I think it works for me now. Only links with ‘/catalog/’ in it will be excluded, so the ones with ‘catalog’ in the title should be fine!

Viewing 1 replies (of 1 total)