Wednesday, May 26, 2010

1and1 MultiViews

Apache's MultiViews feature is an easy way to let visitors access foo.php with a URL like /foo.

Here's the secret to turning on MultiViews in your 1and1 web hosting account. Put the following lines into an .htaccess file:


AddHandler php5-script .php
AddType text/html php
Options +MultiViews

And it works!

No comments: