• Resolved luggie

    (@luggie)


    I’m trying to redirect all calls to my website example.com to redirection.com except those calls, having the suffix /suffix. Those ones should direct to folder suffix in which my wordpress insallation is.

    This is what i tried so far (spoiler: it doesn’t work as expected)

    
    RewriteEngine On
    RewriteRule ^/suffix$ https://www.example.com/suffix
    RewriteRule (.*) https://www.redirection.com
    • This topic was modified 3 years, 11 months ago by luggie.
    • This topic was modified 3 years, 11 months ago by luggie.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘RewriteRule with ‘exception’’ is closed to new replies.