首页 >

nginx禁止织梦DedeCMS目录php执行权限的配置

为了织梦DedeCMS的安全性,常常会禁止一些目录中php的执行权限,下面就是在nginx下禁止DedeCMS目录php执行权限的配置方法。

nginx禁止织梦DedeCMS目录php执行权限的配置

如下配置即可:

location ~ /mm/(data|uploads|templets)/*.(php)$ {deny all;}location ~ .php$ {try_files $uri /404.html;fastcgi_pass 127.0.0.1:9000;fastcgi_index index.php;fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;includefastcgi_params;}

说明:的DedeCMS是安装在mm目录下的,如果你安装在根目录,要删除mm ,

完成!


nginx禁止织梦DedeCMS目录php执行权限的配置
  • 织梦DedeCMS生成多个pubdate,click等排序栏目列表页教程
  • 织梦DedeCMS生成多个pubdate,click等排序栏目列表页教程 | 织梦DedeCMS生成多个pubdate,click等排序栏目列表页教程 ...

    nginx禁止织梦DedeCMS目录php执行权限的配置
  • dedecms路径,实际上却很厉害的软件 - dedeCMS - 前端|
  • dedecms路径,实际上却很厉害的软件 - dedeCMS - 前端| | dedecms路径,实际上却很厉害的软件 - dedeCMS - 前端| ...

    nginx禁止织梦DedeCMS目录php执行权限的配置
  • 织梦DedeCMS的sql标签中传入参数的方法
  • 织梦DedeCMS的sql标签中传入参数的方法 | 织梦DedeCMS的sql标签中传入参数的方法 ...