PHP 8.1.0 RC 3 available for testing

Voting

Please answer this simple SPAM challenge: max(nine, three)?
(Example: nine)

The Note You're Voting On

m1tk4 at hotmail dot com
19 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