Ok, so now i'm really confused! I checked the logs for the problem .swf file:
192.168.1.1 - - [16/Sep/2005:11:39:27 +0100] "GET /images/music.swf HTTP/1.1" 200 71840
and as can be seen the file is found, so why is it not being displayed in the browser???
As an additional point I checked the file size of all the other image files which are being loaded on the page and they average around 20KB, while the problem file is 72KB. Is there an issue with ReWrite and the size of files???
regards
beya On 16 Sep 2005, at 10:28, Uzo Madujibeya wrote: 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]
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 |