Voting

: min(three, four)?
(Example: nine)

The Note You're Voting On

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