PDA

View Full Version : a Quick Question




MacEffects
Mar 28, 2006, 05:17 AM
Hello Everyone,
Okay here is the deal I have DreamHost service my ID login is mjozaitis password: likeidtellyou :p and I have a site skasites.com, now I need to know the Direct Path I know (or at least I think I know) the last part of the path is /mjozaitis/~skasites.com but again I am unsure, but I know there is a lot more then this. Please Help, I need to know ASAP.

Thanks for your help!



reh
Mar 28, 2006, 09:11 AM
The path is username/domain (just remove the ~ in your post). If you're uploading files or something via FTP, you should be able to just use your domain name.

mnkeybsness
Mar 28, 2006, 09:48 AM
There's more to it than that...

To find out your full path, make a page 'test.php' and place it in your domain's directory. In the file, place the following code and then visit /test.php in your browser. You should be able to find the full path this way.

<?php echo realpath('test.php'); ?>

Note: on Dreamhost, it should be something like...

/home/.something/username/domain

NoNameBrand
Mar 28, 2006, 02:04 PM
There's more to it than that...

Note: on Dreamhost, it should be something like...

/home/.something/username/domain


the '.something' isn't needed, the server will find your stuff with /home/username/domain/
(I am hosted on Dreamhost). The '.something' is the name of the particular fileserver that the server is talking to at the moment and can change.