I would like to have a short url like:
https://myDomain/essr
to evaluate to:
https://myDomain/dir1/dir2/myFile.html
I've been trying to use alias in my apache config but I haven't been able to make it work. How would you go about it?
If the file was a php file and I want it to execute what else needs to be done?