I have installed Dew-NewPHPLinks 2.0.1.0b SEF w/Thumbshots.
Server seems to be linux-powered and it's provided by hosting company.
Database exists and have been checked - no errors. It contains 9 tables.
File /include/config.php looks correct.
I cannot access path /install_dir/directory/ by ftp and change .htaccess, cause such directory not exists. There is only a file named directory defined as 'PHP script text' and it really contains php script. Path /install_dir/directory/ is avaible only by the browser.
The only .htaccess file I have found is directly in /install_dir/, and it contains no such lines. It looks like this:
| Code: |
<Files directory>
ForceType application/x-httpd-php
</Files>
|