Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

.htaccess quick question

Name: Turbo 2010-03-21 10:39

i can't get a straight answer out of anybody, so sorry to ask, i know i just going to get told to kill myself, but how do i modify my .htaccess file to never show .html or .php
as in instead of mechanicalape.com/contact.php
getting just mechanicalape.com/contact

are
RewriteRule ^(.*)\.htm$ $1.php [nc]
or
AddHandler application/x-httpd-php5
the way to go?

Name: Anonymous 2010-03-21 11:15

RewriteEngine On    
RewriteRule ^/about$ /about
RewriteRule .*\.(php|html)$ [NC]
???????????????????????????????

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List