PHP 8.4.0 Alpha 1 available for testing

Voting

The Note You're Voting On

m1tk4 at hotmail dot com
21 years ago
I usually do:

<code>
RewriteEngine on<br>
RewriteOptions inherit<br>
RewriteRule (.*)\.htm[l]?(.*) $1.php$2 [nocase]<br>
</code>

in .htaccess. You'll need mod_rewrite installed for this .

<< Back to user notes page

To Top