Synology NAS 워드프레스 PHP 버전 변경 방법

 

 

 

시놀로지 나스 패키지 중 php5.6에서 php7.0으로 버전업에 따라

php7.0으로 변경하는 방법

 


 

 

Install the default package from Synology.
Then go to your WordPress dir and find the .htaccess file then open it with a text editor.

You have to rem out a couple of lines.

Here is what I have in my .htaccess file.

# Synology PHP
AddHandler default-handler .htm .html .shtml
# AddHandler php-fastcgi .php
AddType text/html .php
# Action php-fastcgi /php56-fpm-handler.fcgi
# Synology PHP

Your WordPress should work now with PHP 7

 

 

# Action php-fastcgi /php70-fpm-handler.fcgi

 


 

해외 시놀로지 커뮤니티 포럼

https://forum.synology.com/enu/viewtopic.php?f=191&t=129325&sid=afc31eae4edb3cc5857d81b7f25abaef

 

 

 

 

 

 

 

 

 

Share your thoughts

이 사이트는 스팸을 줄이는 아키스밋을 사용합니다. 댓글이 어떻게 처리되는지 알아보십시오.