YII 在 nginx1.3.x版本下的安装配置

1)主文件   location / {php root /opt/webroot; index index.html index.htm index.php if (!-e $request_filename){ rewrite ^/(.*) /yiiGuestBook/index.php last; } }         location ~ \.php$ {
相关文章
相关标签/搜索