该问题已被锁定!
8
关注
5341
浏览

谁能贴一个WeCenter 3.0.2的伪静态规则?

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
惜别 注册会员 用户来自于: 河南省郑州市
2015-01-29 15:17
有效,谢楼主
柚游戏 注册会员 用户来自于: 广东省广州市
2015-01-12 22:11
求一个阿里云的iis6的
ralap 初级会员 用户来自于: 湖南省长沙市
2015-01-06 20:44
http://wenda.wecenter.com/article/288 照第4步和第5步,如果不成功再做前面3步 如果没有子目录,将实例规则中的“ask/”去掉,如这样 RewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]
openwebmail 初级会员 用户来自于: 江苏省苏州市
2015-01-06 10:02
我是使用 Linux 的, 我的配置如下: 修改配置文件: /etc/apache2/sites-available$ sudo vi 000-default.conf
	
		Options Indexes FollowSymLinks MultiViews
		AllowOverride All #允许 rewrite
		Order allow,deny
		allow from all
	
执行 sudo a2enmod rewrite sudo service apache2 reload 在网站安装目前下新增文件: vi ./.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
  
在网管理后台配置规则:
  /home/explore/===/explore/
/home/explore/(:any)===/explore/(:any)
/home/explore/category-(:num)===/category/(:num)
/account/login/===/login/
/account/logout/===/logout/
/account/setting/(:any)/===/setting/(:any)/
enjoy

关于作者

问题动态

发布时间
2015-01-06 09:42
更新时间
2015-01-29 15:17
关注人数
8 人关注

推荐内容

IIS6 伪静态 首页翻页 报404错误
自定义url规则后分页网址的问题
求WeCenter 3.1.7版本的 IIS伪静态文件
设置伪静态后,后台不能登陆了!
求当前可用的伪静态方法
后台不关闭伪静态,可以打包网站和数据库吗?
win2003 iis6 完整伪静态有吗???后台打不开!分类打不开
wecenter上传附件图片无法显示无法插入的临时解决措施
IIS6.0 +2.0 RC 1 二级目录下的伪静态怎么写?
lnmp 伪静态 404