PDA

View Full Version : read files which don't have extension


deathemperor
06-26-2005, 05:57 PM
I'm talking about .htaccess, I can do parsing .html as .php with

AddType application/x-httpd-php .php .html

now I want to make it so files without extensions will be treated as .php. it's hard to google for something like this tho I know there're alot.

Any suggestion everyone ?

deathemperor
06-28-2005, 09:43 AM
found it myself:

ForceType application/x-httpd-php