ForceType works on host server, not local server
Posted: Tue May 06, 2003 11:14 pm
I've got a .htaccess command:
Both .htaccess and the file 'read' are the exact same for the local and host server. But, the ForceType command only works on the host's server, yet mine comes up as an HTML document.<Files "read">
ForceType application/x-httpd-php
</Files>