Day: February 4, 2020

Rsync

Rsync is a great tool to use when you’re moving large files between a server. Reclaim uses it often when working through migrations. To start, you’ll want to make sure you’re logged into the server where the content currently is.  Then you’ll want to run the following command  ‘rsync -avz . [email protected]:path_to_folder/’ First, let’s break […]

Read More →

How to redirect a top-level domain without impacting subfolders

So I got a ticket this morning (thank you Skidmore Domains!) regarding domain redirection and ending up teaching myself the fix thanks to my bff Google! Now I’m not sure if this solution is “best practice” since it involves tweaking the .htaccess file, but it worked and I’m proud of it nonetheless. 🙂 Support Scenario: Can I redirect a top-level domain without impacting subdirectories of that domain? For instance, let’s…

Read More →
css.php