File Structure

/var/www/stuff

/stuff/home.php
/stuff/me/asda.php
/var/www/bee/p.php

//
Location: "/home.php" == works :::: will sned to example.com/home.php
Location: "/asda.php" == not works :::: will send to example.com/asda.php (no file) will need to be /me/asda.php
Location: "/var/www/bee/p.php" == not work :::: will send to example.com/var/www/bee/p.php