Strange problem with url redirecting when clicking on a link
    Ask Bjørn Hansen 
    ask at develooper.com
       
    Fri Aug  8 19:59:01 CEST 2008
    
    
  
On Aug 7, 2008, at 6:32 AM, Damien Sarazin wrote:
> The rewriterules rules were written like this :
>
> RewriteRule ^/test.html / [R=301,L]
>
> For this rewriterule to work with Varnish you have to modify it like  
> that :
>
> RewriteRules ^/test.html http://www.website.com/ [R=301,L]
It sounds like you have Apache configured with
Port 81
When what you wanted to have was
Listen 81
Port 80
  - ask
-- 
http://develooper.com/ - http://askask.com/
    
    
More information about the varnish-misc
mailing list