As I get further and further into this whole Dolphin development thing, I learn that there are underlying customizations that will make things better in the long run. For example, getting rid of those php file extensions on my URLS. I learned that this isn't security worthy. SO HOW DO I DO IT? All I know is that the editing must be done in the .htaccess file. I don't know the script that needs to be used nor do I know how to set it up. Do I have to rewrite every single file?
I can't believe I skipped the URL rewriting but I figured I could pay some one to do that because I don't have the time to learn it. I figured I could do the php rewrite because it seemed a lot easier. Any ideas or suggestions?