欢迎您访问百企互联!
克孜勒苏
【城市列表】

我们已经准备好了,你呢?

2024我们与您携手共赢,为您的企业形象保驾护航!

Nginx配置规则

location / {
    if (!-e $request_filename){
     rewrite ^/index.php(.*)$ /index.php?p=$1 last;
     rewrite ^(.*)$ /index.php?s=$1 last;
    }
}


apache配置规则

<IfModule mod_rewrite.c>

Options +FollowSymlinks

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php?p=$1 [QSA,PT,L]

</IfModule>

IIS配置规则 

<IfModule mod_rewrite.c>

Options +FollowSymlinks

RewriteEngine On

 

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

 

RewriteRule ^(.*)$ index.php?p=$1 [QSA,PT,L]

</IfModule>


我们凭借多年的网站建设经验,坚持以“帮助中小企业实现网络营销化”为宗旨,累计为4000多家客户提供品质建站服务,得到了客户的一致好评。如果您有网站建设、网站改版、域名注册、主机空间、手机网站建设、网站备案等方面的需求...
请立即点击咨询我们或拨打咨询热线: 13485062562,我们会详细为你一一解答你心中的疑难。项目经理在线

我们已经准备好了,你呢?

2024我们与您携手共赢,为您的企业形象保驾护航!

在线客服
联系方式

热线电话

13485062562

上班时间

周一到周五

公司电话

13485062562

二维码
微信
线