PDA

View Full Version : How do I change .htaccess to use *.php3



Shoe
Mon 5th Jun '00, 11:12pm
Hello,

Does anyone know how to change .htaccess to allow use of *.ph3 rather than *.php? On my acount I must use *.php3.

Thanks

Morgo
Mon 5th Jun '00, 11:29pm
At the bottom of your .htaccess file add:


AddType application/x-httpd-php3 .php

bira
Wed 14th Jun '00, 11:06am
ummm, Morgo, he wants php3, not php :)

So it should be:



AddType application/x-httpd-php3 .php3


;)