Hi. I am trying to do the following: My site navigation URLS are all as such: http://site.com/beta/artwork/ http://site.com/beta/home/ all of these pages are actually php files. so, /artwork/ is actually artwork.php and /home/ is actually home.php. What is the .htaccess code that I need for this conversion to work, so when the user goes to http://site.com/beta/artwork/, the server knows to access http://site.com/beta/artwork.php. Thanks!