PDA

View Full Version : Problems with images!


west
09-29-2007, 12:41 PM
Hi,
I installed the RC1 on my server but i have a problem, when i access the website, it won't display any image.

see here: http://gotudor.info/cum.sa (http://gotudor.info/cum.sa/)

i think this is a problem with php
(i use Apache2traid, installed on my own machine! Windows 2003 Web Server Edition)

PS: when i run it from http://localhost/cum.sa works fine but when i run it from another pc it doesn't display images!


Thank You

Hershey
09-29-2007, 01:00 PM
Hi,
I installed the RC1 on my server but i have a problem, when i access the website, it won't display any image.

see here: http://gotudor.info/cum.sa (http://gotudor.info/cum.sa/)

i think this is a problem with php
(i use Apache2traid, installed on my own machine! Windows 2003 Web Server Edition)

PS: when i run it from http://localhost/cum.sa works fine but when i run it from another pc it doesn't display images!


Thank You

That's because you installed it from localhost....and it autodetected that as the url. You had the option to change that path during installation to whatever you wish.


Now what's going on is that it's trying to call for the css and other files from "localhost" and obviously not finding it

eg.

....href="http://localhost/cum.sa/themes/default/css/compress.php....

west
09-29-2007, 01:41 PM
That's because you installed it from localhost....and it autodetected that as the url. You had the option to change that path during installation to whatever you wish.


Now what's going on is that it's trying to call for the css and other files from "localhost" and obviously not finding it

eg.

....href="http://localhost/cum.sa/themes/default/css/compress.php....

Thank You!
I runned installer again, and when it asked me about where the site is installed i added my domain name instead of localhost. Now every thing works execelent!
Thanks again.