I want to remove .php extensions from all files. For example if the user puts example.com/test.php I want to to go to example.com/test and show the page content of test.php
But I want the htaccess file to to this function only on ONE url. Not on all the add-on domains I have
How can I do this?