Перейти к содержанию

falkon

Пользователи
  • Постов

    75
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные falkon

  1. This is not a problem with the IPS Community Suite but rather with your SQL server. Please contact your host and copy the message shown above.

    sql указал правильно

    что делать?

  2. <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L]
    
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    может быть кто смогет перевести под lighttpd?

×
×
  • Создать...