Link to one Page

Hi,
Please i want to configure haproxy to open one page.
But, because this page open css jss file multiples times, i have multiple redirection error.

Please help me.

The haproxy configuration is bellow.

backend DevBackend
 
mode http 
#redirect scheme http code 301 if !{ ssl_fc }
balance source
acl no_redir url_beg   /DEV/?module=Embed&OBJID=C424ABAA9E919A591B644A405E3143E4
reqirep ^([^\ :]*)\ /(.*)     \1\ /DEV/?module=Embed&OBJID=C424ABAA9E919A591B644A405E3143E4\2 if !no_redir
#server SRV-WEB-1 192.168.2.13:80 check
server SRV-WEB-2 192.168.2.14:80 check