I had no idea which forum to post this in, there doesn't seem to be a fitting one.
I'd like to transform "page.php" into something like "/page/"
update: Okay I've altered my .htaccess to this
Code:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /site/
RewriteRule ^page/?$ page.php [R=301,NC,L]
The page loads, but now it's showing page.php in the address bar?
thanks..