Synology website Setup

Select Native script and under services make it PHP 8 and select my pages, you can create your own page in there

Name your web service nowmally i uses the website with dashes in instead on . like this www-example-co-uk
doc root is where all the files will be sorted
Setup Directory




Login to phpmyadmin 192.168.1.1/phpmyadmin

must be on local network.
user must be root for this
and password is what ever you set it at at the beginning 10 characters . reset password on maria db in dashboard of Synology DSM

insert the following in wp-config.php
/* Add any custom values between this line and the “stop editing” line. */
define(‘FS_METHOD’,’direct’);
//Begin Really Simple Security Server variable fix
$_SERVER[“HTTPS”] = “on”;
//END Really Simple Security
/* That’s all, stop editing! Happy publishing. */













Leave a Reply