meganlee1984 Posted September 12, 2008 Share Posted September 12, 2008 Please excuse me for probably asking a very simple question, but I do not use php often, and I am doing my first site with a small about of php. SO what I am having issues with is some linking. Yes, linking. can not link to the page on the site that I'm building. The page is in a folder, and I know that I have the root correct and everything. If I link to the page and its not in a folder it works fine. can PHP pages not be nested in folders? Is there some weird rule that I am not aware of? Here is the page that I am trying to link to: http://www.millenniumvisuals.com/MVS_NewSite/banners/upload.php And the same page, not in the banners folder that works fine. : http://www.millenniumvisuals.com/MVS_NewSite/upload.php The thing is I need the url to be banners/upload.php I used that url on some literature that people need to be able to navigate to that page. I just don't get what I could be doing wrong. If you see something can you let me know. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/123954-php-linking/ Share on other sites More sharing options...
KevinM1 Posted September 12, 2008 Share Posted September 12, 2008 Did you set the permissions of the folder to allow readable access? Quote Link to comment https://forums.phpfreaks.com/topic/123954-php-linking/#findComment-639858 Share on other sites More sharing options...
myndcraft Posted September 12, 2008 Share Posted September 12, 2008 I'm very new to php, but it would appear when you are linking to your nav page and html page you aren't supplying a correct path. If I had to guess you are including "nav_all.html" when it should be "../nav_all.html" Quote Link to comment https://forums.phpfreaks.com/topic/123954-php-linking/#findComment-640095 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.