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

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

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

查看全部 4 个回答

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 人关注

推荐内容

网站安装好自动成为伪静态路径
【亲测】IIS7.5 伪静态规则 及中文路径解决方法
中文URL打不开问题(话题以及搜索只要出现中文就无法使用的)
伪静态后活动页面打不开
IIS7.5下,完美解决伪静态、中文话题不存在问题
原本没有开始伪静态!现在开启了。。怎么让带?的网址301指向到现在正确的网址。那个规则怎么写?
iis7伪静态web.config怎么写
伪静态后用户页面无法访问,提示用户不存在?
服务器类型 LiteSpeed,支持伪静态吗?
最近发现2.23只要开启伪静态手机版就出现了行很多问题