Page 1 of 1

viewing webpage on other pc in the network

PostPosted: 13. July 2011 08:19
by twitty1437
HI all,
I'm developing a website on Xampp on Ubuntu 11.04. I want to access my website on other pc connected to the network.
With some reading, i'm able to do so by entering on another computer: Http://my_ip_address/website_name. It looks something like this: Http://192.xxx.x.x/webpage

Even though the web page is loaded, but incomplete, some images are not loaded, php are not loaded as well.... I'm not sure what is going on.

Any help and advice is greatly appreciated.

CH

Re: viewing webpage on other pc in the network

PostPosted: 15. July 2011 02:03
by JonB
php are not loaded as well


? Short Open Tags???

http://bravo.newnetenterprises.com/word ... he-browser

Other possible problems/causes -
Did you tinker with the Apache .conf files???

some images are not loaded


check the URL of the images in the browser. (get the properties of the missing images)

Good Luck
8)

Re: viewing webpage on other pc in the network

PostPosted: 15. July 2011 06:27
by twitty1437
? Short Open Tags???


I've changed it according to the article... still the same


Other possible problems/causes -
Did you tinker with the Apache .conf files???


No, i didn't touch this file at all

check the URL of the images in the browser. (get the properties of the missing images)

images are not even shown at all...some images are shown, for example the header logo, slide show. I have a popper, the image in the poper is not shown, VirtueMart product images are not shown also..

any other recommendation??

Re: viewing webpage on other pc in the network

PostPosted: 15. July 2011 16:26
by JonB
VirtueMart


was XAMPP working, and then you installed a script???

:shock:

Re: viewing webpage on other pc in the network

PostPosted: 16. July 2011 12:44
by twitty1437
was XAMPP working, and then you installed a script???

The website is working perfectly fine on my computer, so i suppose Xampp is working fine too

Re: viewing webpage on other pc in the network

PostPosted: 16. July 2011 14:37
by JonB
We don't have a symbol for "therefore" (triangle of three dots) :shock:

The problem is in the code or settings (configuration) of the script.

Probably the right place to seek assistance is the source of the script(s).

Good Luck
8)