在 LNMP 環境下安裝 Wordpress,在後台的模板頁 (theme.php) 無法顯示己安裝的模板。以下為解決方法:
- 用Putty連到VPS
sed -i 's/disable_functions =.*/disable_functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,proc_open,proc_get_status,ini_alter,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,fsocket/g' /usr/local/php/etc/php.ini/etc/init.d/php-fpm restart完成
