x
 
Create New Page
 View Previous Changes    ( Last updated by Lisa Wess )

Absolute Path

To figure out the absolute path of your sever, for modules like the photo gallery, create a new template, and ensure “Allow PHP” is set to “yes”.

<?php
echo dirname($_SERVER['SCRIPT_FILENAME']) . '/';
?>

Now visit it, and it will show you your full server path.

Category:Templates Category:Troubleshooting