New Home

  • Redirecting an environment’s *.mightybox.site domain to its production domain

    To prevent any SEO indexing issues as you transition an environment from staging to production, we might consider redirecting the domain via .htaccess. Here’s how. 1. On the AppServer level, click on the wrench icon to access Config. Navigate to /var/www/webroot/ROOT/.htaccess 2. At the top of .htaccess, add the code snippet below to automatically redirect…

  • Testing page cache

    Page caching is a technique that stores the generated HTML of a web page so that it can be quickly served to subsequent users, reducing the load on your server and improving page load times. Testing page cache is an essential part of optimizing web performance and ensuring that your web application delivers content efficiently.…

  • How to turn off Litespeed Web Application Firewall (WAF)

    1. For standalone sites, go to the AppServer level and click on the gear icon to open its dropdown and select Variables. For cluster environments, follow the same steps but access Variables on the Load Balancer level of the cluster. 2. Scroll down to WAF and type in false on the input box and click…