Edit file: /usr/syno/synoman/webman/3rdparty/plex/plex.cgi
line 8: echo Location: http://${IP_ADDR}:32400/manage
change to: echo “Location: http://`echo ${HTTP_HOST} | cut -d’:’ -f1`:32400/manage”
Edit file: /usr/syno/synoman/webman/3rdparty/plex/plex.cgi
line 8: echo Location: http://${IP_ADDR}:32400/manage
change to: echo “Location: http://`echo ${HTTP_HOST} | cut -d’:’ -f1`:32400/manage”
Add the code below to the very end of your wp-config file.
/** sets up ‘direct’ method for wordpress, auto update without ftp */
define(‘FS_METHOD’,’direct’);