Basic .htaccess redirects are pretty simple when you're just taking one static url and pointing it to another. How about when you need to redirect multiple URLs that contain a…
In Laravel the path for serving your web page is in the /public folder. By default after installing Laravel and navigating in a browser to the URL you will see…
We're always looking for ways to improve server performance and page speed loading times. Today we finished migrating the rest of our cPanel accounts over to PHP-FPM. It's straight forward…
I know this is a pretty basic thing, but I've seen so many tutorials out there that are non-dynamic solutions. Normally when you google "How to force HTTPS using an…
When using https with an AWS ELB the normal redirect of http requests to https can cause a redirect loop. We have to look at the request, make sure it's…