These are generic rules. Should work out of the box for any site. RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTPS}s ^on(s)| RewriteRule…
Let's say you have a domain: https://www.yoursite.com. Though this is a www site you would expect it to work for non-www as well. Meaning https://yoursite.com…
Update the path as per your setup. Following is tested on Laravel 5.6. var fs = require('fs'); var vueFiles = fs.readdirSync('resources/assets/frontend/js/vue'); for(var i = 0;…
Now, to give your current user ownership to all files: sudo chown -R $(whoami) . Source: https://superuser.com/questions/430028/how-to-recursively-set-owner-or-permissions-to-everyone-for-all-folders-and-fi
This is a build error. Like all build error after some auto update it made it's way in. I was earlier using https://github.com/transistorsoft/cordova-google-api-version pinned to 11.2.0.…
This got essential after Facebook mandatorily required https as referrer url for facebook login. This guide I followed entirely and it worked like a charm: https://www.proy.info/how-to-enable-localhost-https-on-wamp-server/…