Is it possible to remove more than one file extension using mod_rewrite? I want to rename example.com/index.php to example.com/index, but also example.com/style.css to style. I don't want to use <?php Header ("Content-type: text/css");?> to make the rewrite rule apply to the stylesheet as that would mean changing the extension of said stylesheet. Any suggestions?