PDA

View Full Version : php page won't work?


liamdawe
02-22-2008, 04:01 AM
Hi all i have a page called "gundam00.php" in my public_html folder, and when adding a php page to the portal it won't find it, my path is "/home/altercod/public_html/gundam00.php" yet it never finds the file, i always get a 404 when i click the link to it :(

rwoscott
02-22-2008, 04:28 AM
Hi all i have a page called "gundam00.php" in my public_html folder, and when adding a php page to the portal it won't find it, my path is "/home/altercod/public_html/gundam00.php" yet it never finds the file, i always get a 404 when i click the link to it :(
Put in forum/modules or forums/modules and point your path to "/home/altercod/public_html/forum/modules/gundam00.php" or
"/home/altercod/public_html/forums/modules/gundam00.php" depending what your forum directory is called.

Our Sponsors
 

liamdawe
02-22-2008, 04:46 AM
Have placed it in the modules folder and it still gives me my custom 404 page!

Brian
02-22-2008, 11:59 AM
So clicking on the link from the Site Navigation module is giving you a 404 page? Shouldn't be any way that would happen as long as you're going to the correct URL.