directories? |
directories? |
Mar 28 2009, 11:34 PM
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.. |
|
|
|
![]() |
Mar 29 2009, 09:24 AM
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. |
|
|
|
miszxjojo directories? Mar 28 2009, 11:34 PM
schizo I had that same problem. I'm not sure if it... Mar 28 2009, 11:40 PM
Aberisk QUOTE(Mikeplyts @ Mar 29 2009, 09:24 AM) ... Mar 29 2009, 10:50 AM
miszxjojo didnt work. but i decided to try it like
<?php ... Mar 30 2009, 04:18 PM
manny-the-dino Topic Closed & Moved Mar 30 2009, 09:22 PM![]() ![]() |