i am trying to implement a shortURL feature to my website. Calling the URL http://example.com/T35T should redirect the user to a specific website. My problem is getting the keyword behind the top level domain. By calling the URL, the webserver tries to locate the folder T35T and throws an error.
How can i stop the server (apache) from searching for the folder, so i can read the URL via PHP and redirect the user correctly.
Thanks you for your answers!
Greetings