Viewing 1 replies (of 1 total)
  • Thread Starter tgelles

    (@tgelles)

    Figured it out. My .htaccess uses the 6G Firewall, and was thus forbidding any urls with a ~ in them:

    # 6G:[REQUEST STRINGS]
    <IfModule mod_alias.c>
    RedirectMatch 403 (?i)(~|`|<|>|:|;|,|%|\\|\s|\{|\}|\[|\]|\|)
    </IfModule>

    Removing the ~ worked.

Viewing 1 replies (of 1 total)
  • The topic ‘Switching Date/View throwing 403 error’ is closed to new replies.