Sometimes it is difficult to locate your server path.

Drop this string into a .php file called ‘locate-path’ or something, and then navigate to it in a browser to see your full server path!

<p><?php echo $_SERVER['PATH_TRANSLATED'];?></p>