Rewrite to HTTPS except 1 directory

Discussion in 'Technical' started by DexDeadly, Apr 5, 2017.

  1. DexDeadly

    DexDeadly New Member

    Is there a way to have just HTTP access to one directory and the rest have forced to https?
     
  2. Yes, What is your current rule?
    You can set before condition rule
    Code:
    RewriteRule  ^abc/  -  [L]
    Where as abc is your directory
     

Share This Page