directories? |
directories? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 354 Joined: May 2007 Member No: 526,982 ![]() |
how do i do links like these?
example: www.mysite.com/tutorials/photoshop/kerning.php how do i do the /tutorials/photoshop thing? i know they're folders you make on your ftp program (i use filezilla btw) but then when its uploaded to my site, my layout doesnt show? and i use php includes.. |
|
|
![]() |
![]()
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 ![]() |
If you're having problems with your includes, you could also try using the full URL to that include page. Like this:
CODE <?php include("http://www.mysite.com/path/to/header.php");?> If you're using a .CSS file for your stylesheet of your layout then you should also use the full URL to your .CSS file. Like this: CODE <link rel="stylesheet" href="http://www.mysite.com/path/to/stylesheet.css" type="text/css"> Try those and see if it works. ![]() |
|
|
![]() ![]() |