yaroslav0507
05.09.2013 00:32
0
После установки Seo Pro либо же Seo Pack перестает работать вкладка товары.
Белый экран без сообщения об ошибке. На локалке все работает.
.htaccess не менялся.
Теперь без модуля в чистой версии, при сохранении товара белый экран..

Options +SymLinksIfOwnerMatch

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files

Order deny,allow
Deny from all



# SEO URL Settings
RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

#php_flag register_globals off

#php_flag magic_quotes_gpc Off

#php_value upload_max_filesize 999M

#php_value post_max_size 999M

#php_value max_execution_time 200

#php_value max_input_time 200
SviySoft
26.09.2013 19:19
0
Как понять проблемы?
SviySoft
26.09.2013 19:20
1
Если ты не можешь зайти в админку то проблема стоит в config.php файле!
Тема закрита.