22 Oct
2015
22 Oct
'15
3:49 p.m.
Hello I use perl dancer with Apache in mod_proxy + starman.pl ProxyPass / http://localhost:5002/ retry=0 Keepalive=on ProxyPassReverse / http://localhost:5002/ I've got path like /website/about /website/contact etc..; for www.mydomain.com I would like to rewrite url /about /contat etc.. I try with RewriteRule ^/website/(.*) / RewriteRule ^/(.*) http://localhost:5002/$1 [P] but result is no good, I go to /.... if someone has a idea ? Thanks Hugues.