M******t 发帖数: 309 | |
c**t 发帖数: 2744 | 2 Do you know URLRewrite?
They could be database driven pages. WebServer gets the request and transfers
it to SomeApp?year=2005&month=12&cat=system&subcat=administrator&...
【在 M******t 的大作中提到】 : http://www.misterorange.com/2005/12/top-10-system-administrator-truths.html : http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/ : Are they really static pages? I doubt that...
|
c***c 发帖数: 21374 | 3 http://httpd.apache.org/docs/2.2/misc/rewriteguide.html
现在很流行这个
估计你给出的这两个不是纯粹的html文件,是url改写的
不过也有可能已经做了cache处理,那样的话也可以算是静态文件了
静态文件也不一定就是绝对好。比如说更新的时候静态文件就没动态文件方便;特别
如果你的页面比较多的时候,如果纯粹都是静态文件更新起来非常麻烦。
【在 M******t 的大作中提到】 : http://www.misterorange.com/2005/12/top-10-system-administrator-truths.html : http://www.business-opportunities.biz/projects/how-much-is-your-blog-worth/ : Are they really static pages? I doubt that...
|
M******t 发帖数: 309 | 4 is this for the good of search engine?
transfers
【在 c**t 的大作中提到】 : Do you know URLRewrite? : They could be database driven pages. WebServer gets the request and transfers : it to SomeApp?year=2005&month=12&cat=system&subcat=administrator&...
|
t*****t 发帖数: 72 | 5 that's for the good of http server.
【在 M******t 的大作中提到】 : is this for the good of search engine? : : transfers
|
c***c 发帖数: 21374 | 6 no
对于web服务器没影响,原来怎么样还是怎么样,主要是搜索引擎优化
除非采用纯静态html文件或者缓等技术,否则这种伪html对于降低服务器负担没有
任何的帮助。恰恰相反,反而可能增加web服务器的负荷,特别如果都是通过htaccess
而不是httpd.conf设置的话(这里以apache为例)
【在 t*****t 的大作中提到】 : that's for the good of http server.
|
t*****t 发帖数: 72 | 7 my point is mod_rewrite is convenient for webmaster to configure
http server, which, at least in my mind, is one of the most flexible
and powerful points of dynamicly configuring apache.
as for optimizing search engine, I dont know how? any points about this
"how" problems?? //bow
【在 c***c 的大作中提到】 : no : 对于web服务器没影响,原来怎么样还是怎么样,主要是搜索引擎优化 : 除非采用纯静态html文件或者缓等技术,否则这种伪html对于降低服务器负担没有 : 任何的帮助。恰恰相反,反而可能增加web服务器的负荷,特别如果都是通过htaccess : 而不是httpd.conf设置的话(这里以apache为例)
|
c***c 发帖数: 21374 | 8 url rewrite对于维护网站的确是提供一些方便,也的确很灵活
不过这个纯粹是给用户和搜索引擎做的工作,对于服务器没什么帮助
url rewrite还一个好处就是维护那些过渡性质的URL,避免死连接的出现
优化搜索引擎是一门非常大的学问。一来我也没资格在这里就这个头头是道来讲,
二来这个也的确范围太大。自己搜索去吧。
【在 t*****t 的大作中提到】 : my point is mod_rewrite is convenient for webmaster to configure : http server, which, at least in my mind, is one of the most flexible : and powerful points of dynamicly configuring apache. : as for optimizing search engine, I dont know how? any points about this : "how" problems?? //bow
|