Is it possible to tell PHP to handle files without extension (like perl/CGI)?
Maybe using .htaccess or something?
Question about file handling by the server
Moderator: General Moderators
i don't kow if you can do that, but to make PHP process any filetype, save this in a .htaccess-file
change .ext to the extension you want PHP to process, ie .jpeg
Code: Select all
AddType application/x-httpd-php .ext