Introduction Ever heard of ModSecurity? If you're in the world of WHM cPanel, you probably have. ModSecurity is a powerful open-source web application firewall (WAF) that provides robust security against…
Read More
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…
Read More
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…
Read More
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…
Read More
I ran into an issue today with trying to restrict page access by IP address from within an Apache .htaccess file. It was brought on by a site I host…
Read More