Log In · Register

 
directories?
miszxjojo
post 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..
 
 
Start new topic
Replies
Mikeplyts
post 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. _smile.gif
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: