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>
ForceType works on host server, not local server
Moderator: General Moderators
ForceType works on host server, not local server
I've got a .htaccess command:
maybe your .htaccess is not allowed to override httpd.conf settings
http://httpd.apache.org/docs-2.0/mod/co ... owoverride
http://httpd.apache.org/docs-2.0/mod/core.html#forcetype
http://httpd.apache.org/docs-2.0/mod/co ... owoverride
http://httpd.apache.org/docs-2.0/mod/core.html#forcetype
Syntax: ForceType MIME-Type|None
Context: directory, .htaccess
AllowOverride: FileInfo
