how do you find your exact path.. - trying to find it but can't figure how to????
how do you find your exact path.. - trying to find it but can't figure how to????
found it..
thanks
I'm sure there's a better way, but here's a (hopefully) foolproof one ...
Create a file called path.php with the following contentsPut it in your store's root folder and then run it via a browser.PHP Code:<?php
echo $_SERVER['SCRIPT_FILENAME'];
?>
It will give you the full path on the server to the file, so removing the filename will give you the answer you need for your configure files.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)