
Have you ever received a zip file or sent one that ended up being corrupt or bad and couldn’t be opened? We have all been there. There are a million reasons to the cause but surfing google to find a solution can take forever sometimes. Don’t worry this solution is not complicated or time consuming even though you will need to use some code per say. Now let’s get into what we are doing here so you can get that zip file and its contents. Step 1: Open terminal Navigate to Applications > Utilities > Terminal Step 2: Type in …

Redirecting users from your full site to a mobile site by recognizing a device is not something that is just a simple task. It requires understanding some complicated codes and rules. There are so many different ways of attempting a mobile redirect by using anything from jquery to PHP and many others. Things can get complicated and frustrating when they do not work. However, there is a simple solution for this that really doesn’t require any knowledge of the process. The solution is by adding a simple piece of code to the .htaccess file of your server (with a little …