Having a problem with the moved site that is stumping me. On the old site befoe I moved I had modified the .htaccess file with the following ,
<Files dbn>
AcceptPathInfo on
SetOutputFilter PHP
SetInputFilter PHP
</Files>
DirectoryIndex dbn index index.php index.shtml index.html index.htm
using the exact same .htaccess file on the new server,
It reads the file first as sepcified however it is not recognizing it as php.
Is ther something else that need to be setup?
