Zen Cart Logo
Forums / Installing on a Linux/Unix Server / Style sheet and Images do not load

Style sheet and Images do not load

Views: 1,057

Results 1 to 3 of 3
3 Mar 2011, 6:40 AM
#1
vna822 avatar

vna822

New Zenner

Join Date:
Mar 2011
Posts:
2
Plugin Contributions:
0

Style sheet and Images do not load

Hi,

I just downloaded and installed zen cart 1.3.9 (zen-cart-v1.3.9h-full-fileset-10262010 ) on my desktop running Ubuntu 9.04. The following is the information from PHPINFO():

System:
Linux naresh-desktop 2.6.28-19-generic #66-Ubuntu SMP Sat Oct 16 17:39:04 UTC 2010 i686

Apache Version
Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.6 with Suhosin-Patch

The installation pointed out that I do not have cURL compiled. :oops: Other than that the installation went on smoothly. But when I view the site it does not have any stylling or images. You can see this here:

http://desibasket.com

I did some searching and found this :clap: :

https://www.zen-cart.com/tutorials/index.php?article=235

I renamed the .htaccess files as suggested but still I have the same problem. I do not have the AllowOverride parameter in my Apache configuration file. I tried to put it in my self as follows
<Directory " ...">
AllowOverride All
</Directory>

but I am not sure about which directory to use. :unsure: I am just trying out zencart to see how easy/difficult it is to work with compared to other shopping carts. Seems like Zencart and I are getting off on the wrong foot :( but I am hoping it to get better after this. :D

~Naresh.

3 Mar 2011, 6:46 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Style sheet and Images do not load

That's because desibasket.com isn't the real site. Instead it's http://dyn117.ele.uri.edu/desibasket stuck in a frame.

Change your HTTP_SERVER settings in your configure.php files to point to http://dyn117.ele.uri.edu/desibasket instead.

It's got nothing to do with .htaccess in your case.

3 Mar 2011, 7:02 AM
#3
vna822 avatar

vna822

New Zenner

Join Date:
Mar 2011
Posts:
2
Plugin Contributions:
0

Re: Style sheet and Images do not load

Thanks for the super fast reply. You are right on. http://dyn117.ele.uri.edu/desibasket and http://desibasket.com point to the same directory on my desktop. I wonder why one works and the other wont. Well anyways, it is working now and that is all that is important. :)