Mod Rewrite 30.06.08
using godaddy hosting linux need a mod rewrite call for .htacess file to allow extensionless php
current .htacess
<Files r>
ForceType application/x-httpd-php
</Files>
<Files t>
ForceType application/x-httpd-php
</Files>
<Files admin>
ForceType application/x-httpd-php
</Files>
<Files update>
ForceType application/x-httpd-php
</Files>



