PDA

View Full Version : parse php


Fred
Thu 15th Feb '01, 9:07pm
I have a host that onyl allows me to have .php3 scripts. vB 2.0 is .php3. Whats the .htaccess code to make to pharse it?

Fred
Fri 16th Feb '01, 7:30pm
..common..

Joe
Fri 16th Feb '01, 7:34pm
DirectoryIndex index.php3

*shrug*

Godin
Fri 16th Feb '01, 8:09pm
you mean the htaccess line to make it parse .php extensions as well?

lemme see, cant remember 100% but I *think* its

AddType application/x-httpd-php3 .php

or similar, tho before using a line like that consult your hosts tech support just in case they take offsense.

Fred
Fri 16th Feb '01, 9:53pm
Ok, thanks.