Will give rep for all help.. I need too turn my links such as .. link1.php link2.php to .. /link1/ /link2/ I've had the code before and i know it's simple so yeah .. Will award rep for all help
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^([^.]+)/$ $1.php [L]