Page 1 of 1

Server Absoulte Path

Posted: Tue Mar 15, 2005 2:21 pm
by khawarikhan
Hi everyone,
I am back with another question. I need to know the absolute path for my server. I tried "/home/www/(rest of the path to the file)" but its not picking it up. Actually, I am updating the credit card processing with link point from 5.4 to 6.0 version. In the previous version, they just required the filename for the certificate but now they require the absolute path in version 6. So, please help me locating the absolute path for my server. Thank you in advance.

Khawar

Posted: Tue Mar 15, 2005 2:28 pm
by Ambush Commander
Absolute path? Perhaps you mean full URL: absolute path means little to something external. Perhaps this would help: realpath() http://us4.php.net/manual/en/function.realpath.php

Posted: Tue Mar 15, 2005 2:36 pm
by khawarikhan
I tried this thing already, its giving me the same path as /home/www/...... and as I told u, this is not working. Any other suggestions?

Khawar

Posted: Tue Mar 15, 2005 2:38 pm
by Ambush Commander
Well, could you quote the documentation about what exactly it's looking for? That would help: we're probably giving the wrong thing.

Posted: Tue Mar 15, 2005 2:41 pm
by feyd
does it give an error/warning/notice? You may need to check your error logs to see it.