Joseph Witchard
04-08-2010, 06:09 AM
I know this is done with .htaccess and mod_rewrite. This is my current code using mod_rewrite:
^(somepage|someotherpage)/?$ /$1\.php
I've heard there's a more efficient way of removing the extension. What is it?
^(somepage|someotherpage)/?$ /$1\.php
I've heard there's a more efficient way of removing the extension. What is it?