mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] html_mods broken in 2.04rc1-6?


From: Timo Kosig
Subject: Re: [Mldonkey-users] html_mods broken in 2.04rc1-6?
Date: Fri, 21 Mar 2003 18:37:33 +0100
User-agent: KMail/1.5

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 21 March 2003 17:28, Mike Jones wrote:
> Mldonkey now uses:
>
> /h.css
> /i.js
>
> (and dh.css, di.js for vd page)
>
> for the CSS and javascript information for the top button frame.  Are you
> sure you aren't blocking them in some way?

That hint finally did it... i checked my httpd configuration and I found the 
source of the problem. I'm using the RewriteRule's to redirect to port 4080 
on my webserver... those js and css-files weren't regarded by the RewriteRule 
and so the web-interface was messed up.

This might be interesting to know for all other users taking advantage of the 
RewriteRules.

I fixed it by adding those four lines to my httpd.conf after the orignal 
RewriteRules:

RewriteRule /(i.js) http://localhost:4080/$1 [P,L]
RewriteRule /(h.css) http://localhost:4080/$1 [P,L]
RewriteRule /(di.js) http://localhost:4080/$1 [P,L]
RewriteRule /(dh.css) http://localhost:4080/$1 [P,L]

Cheers,
Timo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+e03f5NdBEjBsd1YRAv3lAKDUQB/7WCsi4vb9OCKTMwDBgTMvogCgynv/
ZtKK1tuMZCTynf1xxBwdgl4=
=Si89
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]