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

谁能贴一个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 人关注

推荐内容

即时搜索结果里的网址不是自定义的伪静态网址,还是默认的伪静态网址
求个最新.htaccess伪静态规则!
求WeCenter 3.1.7版本的 IIS伪静态文件
征集wc网站优化的高手
像分页这样的如何写入伪静态啊 www.xxx.com/sort_type-new__day-0__is_recommend-0__page-2
做了伪静态后,文章翻页出现404,有没有已经解决的?
apache是否需要写.htaeccss文件?
我的网站设置了伪静态之后其他页面都正常,但是话题页面的链接还是一长串字母?
我发的伪静态问题被删了。。
win2008 IIS7.5伪静态规则怎么弄