I have my php file on the server at:
blahblah.com/xandumx/Programming/ApplicationA/test.php
I want the physical file there but I want a pointer in a different directory for:
blahblah.com/test.php
If someone uses either link, I want it to open the same php file. I tried a simple shortcut in my file, but that didn't work. I obviously do not want to maintain two copies of my program...