nginx下zend framework rewrite设置
Posted on | 9月 22, 2011 | No Comments
location / {
if (!-f $request_filename){
rewrite ^/(.+)$ /index.php?$1& last;
}
}
Comments
Leave a Reply
Posted on | 9月 22, 2011 | No Comments
location / {
if (!-f $request_filename){
rewrite ^/(.+)$ /index.php?$1& last;
}
}
Leave a Reply