2015-08-10 · 知道合伙人数码行家
关注
展开全部
第一步:到PHPCMS官网下载最新的安装包 。
第二步:将下载好的安装包在本机上解压缩。
注意:只需要上传install_package这个文件夹,可以将这个文件任意重命名,比如定义为:jiaocheng
第三步:将解压缩后的文件件,用FTP工具上传到我方服务器下(/alidata/www)。
第四步:利用XSHELL工具,将以上传的文件夹以及全部子文件夹777(修改属性)。
第五步:通过域名(IP)进入安装界面。
第六步:安装完毕进入后台。后台请参照phpcms手册操作设置。
第七步:按照提示修改部分文件夹属性。
第八步:绑定域名。
代码:
server {
listen 80 ;
server_name jiaocheng.net www.jiaocheng.net;
server_name_in_redirect off;
index index.html index.htm index.php;
root /alidata/www/jiaocheng;
error_page 404 /404.html;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 1h;
}
#伪静态规则
include /alidata/server/nginx/conf/rewrite/phpcms.conf;
log_format jiaocheng '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /alidata/log/nginx/access/default.log jiaocheng;
}
注意,请把jiaocheng这个词汇替换成定义的名称,即可。
第二步:将下载好的安装包在本机上解压缩。
注意:只需要上传install_package这个文件夹,可以将这个文件任意重命名,比如定义为:jiaocheng
第三步:将解压缩后的文件件,用FTP工具上传到我方服务器下(/alidata/www)。
第四步:利用XSHELL工具,将以上传的文件夹以及全部子文件夹777(修改属性)。
第五步:通过域名(IP)进入安装界面。
第六步:安装完毕进入后台。后台请参照phpcms手册操作设置。
第七步:按照提示修改部分文件夹属性。
第八步:绑定域名。
代码:
server {
listen 80 ;
server_name jiaocheng.net www.jiaocheng.net;
server_name_in_redirect off;
index index.html index.htm index.php;
root /alidata/www/jiaocheng;
error_page 404 /404.html;
location ~ .*\.(php|php5)?$
{
#fastcgi_pass unix:/tmp/php-cgi.sock;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
include fastcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 1h;
}
#伪静态规则
include /alidata/server/nginx/conf/rewrite/phpcms.conf;
log_format jiaocheng '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /alidata/log/nginx/access/default.log jiaocheng;
}
注意,请把jiaocheng这个词汇替换成定义的名称,即可。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询