- Place your entire project with it's pithy name directly within your html folder.
Yes! A student developer working on a website for the campus geology society might give me the following URL. <a href="http://hive.sewanee.edu/doejj01/SewaneeRocks"> Sewanee Rocks! </a>But NOT NOT NOT! <a href="http://hive.sewanee.edu/doejj01/CS284/MyProject/Final3/finalExam.php"> CS 284 - Final Project </a> - Name your main file "index.php" or "index.html" (see above)
- All of the links to files within your website should be relative.
Yes! <a href="register.php"> Register </a>A big no-no! <a href="http://hive.sewanee.edu/doejj01/CS284/MyProject/SNL/register.php"> Register </a> - Tar up your entire folder from the parent folder command line prompt as usual.
(Instructions)
Heartily recommend... You follow the instructions for doublechecking. ( c. of instructions ) ...and... In the check folder, do you stay in the new directory when you click around? If not, you have an absolute link address instead of the required relative ones... Correct & try again! - Take a look at any errors your site generates with "Tools->Error Console" or "Developer->Show Error Console" or ..whatever your preferred browser is using. Make sure you have eliminated avoidable CSS & HTML problems. For example, invalid rules that do not involve cross-browser redundancy.
- Check how your site looks in more than one browser. It doesn't have to look perfect everywhere and you can't check every one but you should make a good faith effort to get rid of the silly stuff.