Tagged Questions
2
votes
3answers
683 views
How can I use `scp` to deploy a website's `.htaccess` file?
I am currently using the following command to upload my site content:
scp -r web/* user@site.com:site.com/
This works great except that the .htaccess file is not sent. Presumably, this is because ...