How to Find the Website Root ?

Discussion in 'Site & Server Administration' started by Hitman_88, Jul 11, 2008.

  1. #1
    hey..
    am trying to install a script and it asks me about the website Root..
    how can i find it
    thanks
     
    Hitman_88, Jul 11, 2008 IP
  2. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #2
    If you have cpanel, I believe it is show in the cpanel, it is usually something like:

    /home/username/public_html
     
    Camay123, Jul 11, 2008 IP
  3. Hitman_88

    Hitman_88 Guest

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    No i don't have Cpanel
    in the FTP i have WWW
     
    Hitman_88, Jul 11, 2008 IP
  4. Hitman_88

    Hitman_88 Guest

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Noone Helps?
     
    Hitman_88, Jul 11, 2008 IP
  5. pr0t0n

    pr0t0n Well-Known Member

    Messages:
    243
    Likes Received:
    10
    Best Answers:
    10
    Trophy Points:
    128
    #5
    You can try via php script. Open notepad, paste this code into it, save it as some example.php and upload it to your server. Then open it through browser and you'll see the full path to your html folder. Here's the code:
    
    <?php 
    echo getcwd();
    ?>
    
    Code (markup):
     
    pr0t0n, Jul 11, 2008 IP
  6. Hitman_88

    Hitman_88 Guest

    Messages:
    188
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thank you for your reply !
     
    Hitman_88, Jul 12, 2008 IP