MarkSestero Posted December 31, 2014 Share Posted December 31, 2014 I have set up this website and there's a problem in displaying it. Can anybody help me out? I'm using PHP version 5.3.www.pchl.org Link to comment https://forums.phpfreaks.com/topic/293544-php-website-not-displaying-correctly/ Share on other sites More sharing options...
requinix Posted December 31, 2014 Share Posted December 31, 2014 The browser doesn't know that "www.pchl.org" is supposed to be a domain name. It thinks you have a directory with that name. Use absolute paths but without the domain name. With a leading slash. Repeat that for, well, pretty much every single link and URL you have. Tip: don't upload stuff until it works. Get yourself a development environment so you can see all your stuff running beforehand and fix any problems before you let the world see them. Link to comment https://forums.phpfreaks.com/topic/293544-php-website-not-displaying-correctly/#findComment-1501320 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.