简体   繁体   English

该页面未在 OS 类中正确重定向

[英]The page isn't redirecting properly in OS Class

I'm using OSCLASS 3.0.1.我正在使用 OSCLASS 3.0.1。 all pages working proper but item description page showing error所有页面工作正常,但项目描述页面显示错误

'The page isn't redirecting properly' '页面没有正确重定向'

This is item detail page url : http://www.domain.com/index.php?page=item&id=4这是商品详情页面网址: http : //www.domain.com/index.php? page=item& id=4

I have same setup in localhost, its working fine but not in server.我在本地主机中有相同的设置,它工作正常,但在服务器中没有。

I think its page redirection loop but I don't know how to fix this.我认为它的页面重定向循环,但我不知道如何解决这个问题。 Can anyone help me to resolve this issue?谁能帮我解决这个问题?

It is because 'REL_WEB_URL path and 'WEB_PATH' isn't configured properly.这是因为'REL_WEB_URL路径和'WEB_PATH'没有正确配置。 Open config.php file in the root folder and change the following lines to打开根文件夹中的config.php文件并将以下几行更改为

define('REL_WEB_URL', '/');
define('WEB_PATH', 'http://www.selliteazy.com');

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM