Страница 1 из 1

Только главная страница

Добавлено: 20 авг 2016, 22:38
deQa
Приветствую, уважаемые.

Такая проблема.

Работает только главная страница сайта. При переходе в любой другой раздел такая ошибка

"Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.

Error 404
merc.local
08/20/16 22:31:16
Apache"

htaccess - дефолт из кмс. и Винда 7 не реагирует на формат файла .htaccess, только на .txt

ErrorDocument 403 /access/forbidden
ErrorDocument 404 /page/not/found
<IfModule mod_rewrite.c>
Options +FollowSymLinks
Options -Indexes
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond $1 !^(index\.php|robots\.txt|images|style|scripts)
RewriteRule ^(.+) index.php [L]
</IfModule>

Апач 2.2 (пробовал разные вер. - ничего не меняется) ну я так понимаю дело в кофиг. поэтому верс. не особо имеет значение
php 5.4

буду очень признателен за подсказку.