How I got ForceType to Work


Well recently i have been working on a localhost using wamp & was designing a site with Search Engine Friendly URL's using .htaccess ForceType with Extensionless files.

ForceType application/x-httpd-php

Which was working fine on my localhost

But when I uploaded my site to justhost server this configuration did not work, after several hours of searching I tried the following which is working.

ForceType application/x-httpd-php5

Note: the adding of "5" fixed the issue. This is due to the PHP5 update.

Hope this helps others.