Menu
  • HOME
  • TAGS

How do you upload a core PHP file via FTP without interrupting a visitor to your site

php,ftp,proftpd,pureftpd

You could achieve that by uploading all application into another directory. Your public directory can link into directory with your application current release. When you upload all of your application files you can simply switch the symlink. For example you have some apache/nginx host configured at /var/awesome-app/public_html Store your application...