a1drich Posted September 21, 2006 Share Posted September 21, 2006 i installed joomla, apache, mysql and php. Everything is ok when i test it localhost, but when the computers on my lan tries to access it, it only shows the page and texts and basic colors but not the pictures and other css stuff. what could be the problem?? Quote Link to comment Share on other sites More sharing options...
akitchin Posted September 21, 2006 Share Posted September 21, 2006 my guess is that the HTML that links to photos and stylesheets are based on the local machine (ie. direct filesystem references such as C:\Pictures\pic.gif) rather than server references. your local machine can find them, but when other members on the LAN look for them in their own computer filesystems, can't find them.be sure your image and stylesheet links are server-based, such as 'src="../images/this.gif"'. Quote Link to comment Share on other sites More sharing options...
a1drich Posted September 21, 2006 Author Share Posted September 21, 2006 gonna check on that, brb :) Quote Link to comment Share on other sites More sharing options...
a1drich Posted September 21, 2006 Author Share Posted September 21, 2006 havent seen any problem with the codes.. hmmmmmmmmmmm.....is there anything else that could be the cause?? Quote Link to comment Share on other sites More sharing options...
akitchin Posted September 21, 2006 Share Posted September 21, 2006 when viewing it on other computers on the LAN:i. are you viewing via the webserver (ie. IP), or opening the HTML file directly?ii. what is the output for image sources and stylesheet links?never used joomla, but i doubt that's the perpetrator. by the way, is your name supposed to reference the chemical distributor? Quote Link to comment Share on other sites More sharing options...
a1drich Posted September 21, 2006 Author Share Posted September 21, 2006 yep, (ip address here)/index.php its just on lan though. Well. thats by battle.net name and irl name :D Quote Link to comment Share on other sites More sharing options...
akitchin Posted September 21, 2006 Share Posted September 21, 2006 what sort of output do you get for the image sources from another computer on the LAN? Quote Link to comment Share on other sites More sharing options...
a1drich Posted September 21, 2006 Author Share Posted September 21, 2006 the small red x mark when the picture cant be shown :D Quote Link to comment Share on other sites More sharing options...
akitchin Posted September 21, 2006 Share Posted September 21, 2006 i mean the actual HTML code. check the page source. Quote Link to comment Share on other sites More sharing options...
a1drich Posted September 21, 2006 Author Share Posted September 21, 2006 omg, you were right the first time. Thank you!!! *worship* Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.