This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Insert this at the end of /etc.defaults/ddns_provider.conf | |
[Namecheap] | |
modulepath=/usr/syno/bin/ddns/namecheap.php | |
queryurl=https://dynamicdns.park-your-domain.com/update |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use "sudo command" or as root user: | |
=================================== | |
In this example /var/www/vhosts is moved to /data/www/vhosts on another partition. Change all steps as your needed for your location. | |
1) Stop services | |
~# /etc/init.d/psa stopall | |
OR | |
~# /etc/rc.d/init.d/psa stopall | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod 755 -R config | |
chmod 755 -R tools/smarty/compile | |
chmod 755 -R tools/smarty/cache | |
chmod 755 -R tools/smarty_v2/compile | |
chmod 755 -R tools/smarty_v2/cache | |
chmod 755 -R sitemap.xml | |
chmod 755 -R log | |
chmod 755 -R img | |
chmod 755 -R mails | |
chmod 755 -R modules |