伪静态规则优化

[复制链接]

伪静态规则优化[复制链接]

chuanshuolian 发表于 2012-9-21 06:23:19 [显示全部楼层] 回帖奖励 |倒序浏览 |阅读模式 回复:  4 浏览:  2452
<IfModule mod_rewrite.c>
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>

RewriteEngine On
RewriteBase /

RewriteRule ^(.*)list/([0-9_/]+)(-s-([1-9]))?(-p-([1-9]))?(-([0-9]+))?\.html$ $1list.php?catid=$2&sort=$4&price=$6&page=$8
RewriteRule ^(.*)item/([0-9_/]+)\.html$ $1item.php?id=$2
RewriteRule ^(.*)search/([0-9A-Za-z]+)(-c-([0-9]+))?(-s-([1-9]))?(-([0-9]+))?\.html$ $1search.php?kw=$2&catid=$4&sort=$6&page=$8
RewriteRule ^(.*)shop/([0-9A-Za-z]+)(-c([0-9]+))?(-([0-9]+))?\.html$ $1shop.php?nick=$2&catid=$4&page=$6
RewriteRule ^(.*)photo/([A-Za-z0-9]+)\.jpg$ $1photo.php?u=$2

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
</IfModule>


将伪静态规则优化下
怎么就不可以使用了
还请大家帮忙看下


admin 发表于 2012-9-21 15:43:35 显示全部楼层
后台-搜索优化-伪静态规则 也要改,不能只改伪静态配置文件
chuanshuolian
 楼主|
发表于 2012-9-21 23:09:38 显示全部楼层

后台-搜索优化-伪静态规则
只有针对商品之类的设置

没有


<IfModule mod_rewrite.c>
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>

AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
</IfModule>
admin 发表于 2012-9-22 00:01:56 显示全部楼层
我指的是修改伪静态规则

程序带的伪静态规则没什么问题,不懂你要怎么优化
尘埃 发表于 2012-9-24 00:47:04 显示全部楼层
不会 还瞎折腾啥 一个更新你就得改