I'm trying to figure out how I can strip the file extension from the url. I want to change www.website.com/index.php to show www.website.com/index.
I have been trying to get this to work
RewriteRule ^about$ about.php [L]
When I plug this code in to an htaccess file all it does is distort my website, actually it looks like it removes the css, weird..
I'm running my website locally on a wamp server.
Any advice on how I can get this to work?