#1 jake
在新浪云计算平台(SAE)中,实现SpeedPHP框架伪静态UrlRewrite的方法。
1. 在SAE应用程序AppConfig设置中加入UrlRewrite设置:
在每个版本SAE的目录下边,有一个叫做config.yaml的文件,只需要在里边追加handel段即可进行UrlRewrite设置
handle:
- rewrite: if(!is_dir() && !is_file()) goto "index.php?%{QUERY_STRING}"
2. 设置SpeedPHP框架的UrlRewrite设置(入口文件配置处)即可。
参考资料
SAE开发者中心 - 服务特性 - AppConfig服务 - URL重写
http://sae.sina.com.cn/?m=devcenter&catId=34anchor_4bc6c66b7146416bbb4e492d30b0e02e
2012-08-04 14:04:04