Perhaps the server is not yet setup correctly for 'no extension' files.
- OTE depends on the web server running files with no extension as PHP files.
In Apache, this is added to the .htaccess file:
ForceType application/x-httpd-php
Your web server must be setup to read .htaccess files, or you must add
the ForceType declaration to your httpd.conf file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
my site is http://dictionary.sbbic.org
Perhaps the server is not yet setup correctly for 'no extension' files.
- OTE depends on the web server running files with no extension as PHP files.
In Apache, this is added to the .htaccess file:
ForceType application/x-httpd-php
Your web server must be setup to read .htaccess files, or you must add
the ForceType declaration to your httpd.conf file.
Thanks so much for getting back to me so quickly.
Turned out my server has PHP5 so I had to use ForceType php5-cgi
Works great now - Thanks!