Hi Guys,
i'm sure that this is a simple one but i'm stumped by it at the moment. In my Httpd.conf file I have the following few lines:


RewriteRule "^/(.*)\.(gif|jpg|swf|php|m3u|mp3|m4a|html)$" "$0" [L]

RewriteRule (.index|.register|.confirmStage|.accounts|.login)\.(js|css|xml|xsl|kont|jx|xsp|svg|zip|zip1|dn|art|dc|odr|trk)$ https://%{SERVER_NAME}$1.$2 [R,L]
RewriteRule (.*)\.(js|css|xml|xsl|kont|jx|xsp|svg|zip|zip1|dn|art|dc|odr|trk)$ http://localhost:8080/beyarecords/$1.$2 [P,L]
RewriteRule "^/(.*)" "http://localhost:8080/$1" [P]
ProxyPassReverse / http://localhost:8080/

I have 2 servers running on one machine, apache handling the images and jboss handling cocoon files. The problem is that no files are being loaded into my web pages if they are being accessed from apache, and you can see this at www.beyarecords.com (there is a big white space where a *.swf should be loaded). What am I doing wrong here??

regards

beya

Reply via email to