Log in

View Full Version : Full URL to Forum


Trasion
10-04-2009, 12:50 PM
In the ZIP archive find the /photoplog directory, open the PhotoPlog
config.php file in a TEXT ONLY editor, and set the full path to your main forum
directory (check with your host if you are not sure of the full path)

How do I find that?

BlackJacket
10-04-2009, 01:04 PM
Place the attachment in your directory you wish to find the path of and simply navigate to that file in your browser.


It consists of this simple code -

<?php
echo dirname(__FILE__);
?>