Sorry if this is a repeat question from a previous thread...
What is the proper .htaccess code to make php files extensions "with" the trailing slash? I know that the trailing slash should be removed to show the difference between a directory and a file; however due to my current situation I would like to leave on the trailing slash.
If possible, could you also include the proper 301 redirect for non-www urls to www urls along with index.php to the root domain; I'm not sure where they should be properly inserted into the htaccess file along with the extension less code to properly work.