Page 1 of 1

V0.5 images in folder don't load

Posted: 01 Dec 2014, 07:02
by margouillat
I installed X3v0.5 on a sub domain and therefore in sub folder, the images in the index page appear but not the images stored in other folders (galleries). the wheel keeps turning and in the address bar I can see X3 attempts to load the images from the index page and not those of the gallery (eg, food, style, etc.).
while the X3 version installed to the root works well

regards

JB

Re: V0.5 images in folder don't load

Posted: 01 Dec 2014, 09:18
by mjau-mjau
Please when posting these questions, include a link to the location of the problem. I checked your website at http://loeildumargouillat.fr/Blog/, and images seem to be loading
Image

Your server is really slow though ... and I don't mean because of Imagevue or processing, I mean it simply has really slow output for some reason. See my tests here:

28 seconds to load a 184KB images ... tssk ... latency 21 seconds. Unless this server improves, you should consider changing it ...
http://loeildumargouillat.fr/render/w80 ... lot_04.jpg
Image

Another full image this time, a bit faster but still really slow. It took 32 seconds to load a 660kb image on my 10mb connection.
http://loeildumargouillat.fr/content/2. ... ris_01.jpg
Image

This is an image on our server:
Image

Re: V0.5 images in folder don't load

Posted: 01 Dec 2014, 11:44
by margouillat
my apologies but the site in question is a subdomain I did not modify the content of menus (Galleries)


http://eurometropolemasters.loeildumargouillat.fr/

regards

JB

Re: V0.5 images in folder don't load

Posted: 01 Dec 2014, 13:30
by mjau-mjau
You have added the rewriteBase rule incorrectly. The reason we test for it, is because some servers (including yours), need the rule to be set pointing to the folder path relative to document root. For your CHECK page in check/.htaccess, you have correctly set:
Code
RewriteBase /check
However, you have set the exact same value into your root main .htaccess file. This needs to be:
Code
RewriteBase /

Re: V0.5 images in folder don't load

Posted: 01 Dec 2014, 16:12
by margouillat
thanks, I change my hoster this month and i am interrested by your project when it'll done

regards

JB

Re: V0.5 images in folder don't load

Posted: 09 Dec 2014, 06:29
by Max Bugno
Hi Karl, I have the same problem.
I tried different RewriteBase configurations but I don't manage to get it working.

http://www.bugnoartgallery.com

The index page works perfectly but the images in the folders don't work, could you please
help understand what is not working?

Thanks.

Massimiliano

Re: V0.5 images in folder don't load

Posted: 09 Dec 2014, 07:21
by mjau-mjau
Before even looking at any images, do you have any links to any example page with images in them? How am I supposed to check? All your current folders that I can see have another problem related to spaces%20in%20folders ...

Furthermore, I am curious why you added rewriteBase to your main root htaccess file when your check page shows it is not required ... ?

Re: V0.5 images in folder don't load

Posted: 09 Dec 2014, 10:06
by Max Bugno
Yes Karl,

it was a problem given by the space in the folder's names.

Thanks for your help.

Re: V0.5 images in folder don't load

Posted: 09 Dec 2014, 10:50
by mjau-mjau
Max Bugno wrote:it was a problem given by the space in the folder's names.
I may need to fix that. We recommend not using space in folder names, but that doesn't mean it shouldn't work ...