文件名称:yiimp-poolmine
文件大小:470KB
文件格式:ZIP
更新时间:2024-04-08 18:11:55
C
#yiimp-yaamp叉 必需的: linux, mysql, php, memcached, a webserver (lighttpd or nginx recommended) 配置nginx: location / { try_files $uri @rewrite; } location @rewrite { rewrite ^/(.*)$ /index.php?r=$1; } location ~ \.php$ { fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_index index.php; include fastcgi_params; } 如果您使用apache,应该是这样的(已经在web / .htaccess中设置了): RewriteEngine on RewriteCond %{REQUEST