help me with directory structure/path

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eiht_98
    Confirmed User
    • Jan 2001
    • 6103

    #1

    help me with directory structure/path

    I have this index.php file in the following folder on my server:

    public_html/domain/dir1/subdir1/index.php

    now I have to add this code <!--#include virtual="ttt_toplist/toplistname.html" --> in the index.php file mentioned above

    the problem is that the toplistname.html file is in the following directory

    public_html/domain/ttt_toplist/toplistname.html

    What is the correct path for the code I have to put in the index.php file?
  • eiht_98
    Confirmed User
    • Jan 2001
    • 6103

    #2
    bump

    Comment

    • SpaceAce
      Confirmed User
      • Jul 2002
      • 6493

      #3
      If I understand your directory structure properly, you would use:

      /ttt_toplist/toplistname.html

      SpaceAce

      Comment

      • Lycanthrope
        Confirmed User
        • Jan 2004
        • 4517

        #4
        If your main page is php, f' the path, just save your toplist as toplist.php and all you have to do is: <?php include "http://www.domain.com/your_directory/toplist.php"?>

        Comment

        Working...