RE: [Almonaster-list] Graphics
Brought to you by:
mfeingol
|
From: Max A. F. <ma...@co...> - 2003-02-01 05:34:04
|
My guess is that you're encountering the GET filtering feature, which prevents people from linking to your images directly. You need to edit default.conf and restart the server (press ctrl-c in the command window to shut down cleanly) FilterGets=1 FilterGetExtensions=gif;jpg FilterGetAllowReferers=http://localhost* Add the referrers you expect to see to list, or turn the feature off. In other words, change it to this: FilterGets=1 FilterGetExtensions=gif;jpg FilterGetAllowReferers=http://localhost*;http://overtech.kicks-ass.net* or this: FilterGets=0 FilterGetExtensions=gif;jpg FilterGetAllowReferers=http://localhost* I would also recommend that you fully explore the options in the various config files before exposing the server to the public. There is a default password stored in admin.conf, for example. -----Original Message----- From: alm...@li... [mailto:alm...@li...] On Behalf Of SpEaRmAn Sent: Friday, January 31, 2003 9:17 PM To: ma...@co...; alm...@li... Subject: Re: [Almonaster-list] Graphics well i have the resource in every folder www_Dir or whatever it is and all of em down to my C:/ but the images dont work.. is there any way to figure out the full pathname of where its trying to load images? ----- Original Message ----- From: Max Attar Feingold <mailto:ma...@co...> To: 'SpEaRmAn' <mailto:spe...@ov...> ; alm...@li... Sent: Saturday, February 01, 2003 12:14 AM Subject: RE: [Almonaster-list] Graphics You're right, your site doesn't appear to work. Can you be more specific about your problems? How do they relate to Almonaster? -----Original Message----- From: alm...@li... [mailto:alm...@li...] On Behalf Of SpEaRmAn Sent: Friday, January 31, 2003 7:33 PM To: alm...@li... Subject: [Almonaster-list] Graphics Help me! All my graphics dont work! site located at http://overtech.kicks-ass.net:82/ please reply soon! |