#21
@Alareyn а вы текст ошибки привели, чтобы можно было подсказать как исправить?
Notice: Undefined index: PREVIOUS in ....library/includes/functions.php on line 1732
@Alareyn а вы текст ошибки привели, чтобы можно было подсказать как исправить?
if(seo_url_check($_SERVER['REQUEST_URI'])) redirect(seo_url($_SERVER['REQUEST_URI'], $forums['forum'][$forum_id]['forum_name']));
location /category {
rewrite ^/category-(.*)-(.*).html /index.php?$2 last;
}
location /forum {
rewrite ^/forum-(.*)-(.*).html /viewforum.php?$2 last;
}
location /topic {
rewrite ^/topic-(.*)-(.*).html /viewtopic.php?$2 last;
}
location /profile {
rewrite ^/profile-(.*)-(.*).html /profile.php?$2 last;
}
location /profile {
rewrite ^/profile-(.*)-(.*).html /profile.php?$2 last;
}