faqts : Computers : Programming : Languages : PHP : Common Problems : Document Types

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

0 of 1 people (0%) answered Yes
Recently 0 of 1 people (0%) answered Yes

Entry

How can I run a php script file without filename extension(e.g. "index", not "index.php")?

Oct 8th, 2006 14:42
Matthew Wilkinson, PoBo,


If you are using Apache, and .htaccess is available to you, just add the
following line to your .htaccess:
ForceType application/x-httpd-php