redirect url and banning
    Miguel González 
    miguel_3_gonzalez at yahoo.es
       
    Fri Feb 16 22:21:52 UTC 2018
    
    
  
On 02/16/18 10:21 PM, Miguel González wrote:
> Hi,
> 
>   I have changed an URL from:
> 
>   https://www.mysite.com/word1-word2/
> 
>   https://www.mysite.com/word3-word2/
> 
>   and changed my .htaccess accordingly.
> 
>   I have successfully banned www.mysite.com/word1-word2 without the
> ending / but not with / ending using:
> 
>   ban req.http.host ~ www.mysite.com/word1-word2
> 
>   and
> 
>   ban req.http.host ~ www.mysite.com/word1-word2/
> 
>   So option without ending /, 301 redirect works but with / doesn´t.
> 
>   I have googled around but I haven´t found any solution.
> 
>   Regards,
> 
>   Miguel
> 
The issue was on the .htaccess redirect, I had to use:
RewriteRule ^word1\-word2/?$ "https\:\/\/www\.mysite\.com\/word3\-word2
[R=301,L]
instead of:
RewriteRule ^word1\-word2$ "https\:\/\/www\.mysite\.com\/word3\-word2
[R=301,L]
Sorry!
Miguel
---
This email has been checked for viruses by AVG.
http://www.avg.com
    
    
More information about the varnish-misc
mailing list