PhpWind教程:Lighttpd\zeus 下Phpwind程序静态部署的Rewrite Rules_PhpWind教程
教程Tag:暂无Tag,欢迎添加,赚取U币!
Lighttpd:
url.rewrite = ( "^(.*)/htm/(.*)$" => "$1.php?$2", "^(.*)/simple/([a-z0-9\_]+\.html)$" => "$1/simple/index.php?$2" )
zeus 中设置 phpwind 无图版与blog 的静态URL重写
进入 Virtual Server => Request Rewriting
Enabling Request Rewriting 设置 Enabled
并在Rewrite Script 中将一下代码填入提交并 make it take effect. 即可
match URL into $ with ^(.*)-htm-(.*)$
if matched then
set URL = $1.php?$2
endif
match URL into $ with ^(.*)/simple/([a-z0-9\_]+\.html)$
if matched then
set URL = $1/simple/index.php?$2
endif
查看更多 PhpWind教程 PhpWind模板风格
相关PhpWind教程:
- PhpWind教程:PHPWind forum V7.5 SP1 使用与修复说明
- PhpWind教程:PHPWind Forum V7.5 升级教程
- PHPWind7.3 升级7.3.2 图文教程
- PhpWind教程:sitemap生成问题
- PhpWind教程:热榜排行 for 75
- PHPwind 6.3.2升级至PHPwind 7.3.2 图文教程
- PHPWind 7.0 升级至PHPwind 7.3.2 图文教程
- PHPWind 7.0 升级到PHPwind v7.3 图文教程
- PHPWind 6.3.2升级到 PHPwind v7.3 图文教程
- PHPWind6.3.2升级PHPWind7.0说明教程
- PhpWind教程:PHPWind6.3(6.3rc、6.3) to PHPWind6.3.2升级教程
- PhpWind教程:PHPWind6.x(6.0rc、6.0) to PHPWind6.3.2升级教程
- 相关链接:
复制本页链接| 搜索PhpWind教程:Lighttpd\zeus 下Phpwind程序静态部署的Rewrite Rules
- 教程说明:
PhpWind教程-PhpWind教程:Lighttpd\zeus 下Phpwind程序静态部署的Rewrite Rules。