I've seen sites that use the forward slash but if you take it away, it will instantly forward to the one with the forward slash. It looks so much more professional. Anyone have any ideas?
04-28-2012, 01:45 PM
codefish
Did you try to remove it from the regular expression?
RewriteRule ^(.*)$ $1.php [NC]
04-28-2012, 01:47 PM
dangerousprince
Yup, tried that and get Internal Server Error (500).