Recent content by deewinc

  1. deewinc

    How to block access to xmlrpc.php file?

    How can I do this to deny all other IPs but allow certain IPs to access the file? I want to use the .htaccess file
  2. deewinc

    Forward HTTPS non-WWW to HTTPS WWW

    This is what you need to do for your HTTPS redirect. If you're using Wordpress, make sure that you change the default URL to your site and dashboard to include HTTPS://WWW. YOURWEBSITE. If you don't do this you won't be able to access your Wordpress dashboard. Had the same problem and probably...
  3. deewinc

    Wordpress Jetpack Support Help Access to xmlrpc.php File

    Thanks for your response. Can you help me create a rewrite condition for this set of IP addresses? 122.248.245.244/32 54.217.201.243/32 54.232.116.4/32 192.0.80.0/20 192.0.96.0/20 192.0.112.0/20 195.234.108.0/22 192.0.96.202/32 192.0.98.138/32 192.0.102.71/32 192.0.102.95/32 Also what about...
  4. deewinc

    Wordpress Jetpack Support Help Access to xmlrpc.php File

    Hello guys, How do I enable Jetpack support on OLS? I have tried whitelisting Jetpack's IP addresses via .htaccess file and the firewall inside OLS control panel but still Jetpack is not able to access the xmlrpc.php. Here is what I did to the .htaccess file where XXX.XXX.XXX.XXX are Jetpack's...
  5. deewinc

    PHPmyAdmin - file size exceeded the maximum size permitted by your PHP

    The procedures above are complex and editing the .HTACCESS and WP-CONFIG files won't work because OLS has set your sever maximum upload file size on all your websites to 2MB. However, it's easy to fix this. Login to your control panel then locae PHP >>> EDIT PHP CONFIGS on the SIDE MENU...
  6. deewinc

    Redirect to HTTPS WWW - How Do I Achieve it?

    SOLVED: I managed to get in touch with Litespeed Support and here is the solution that gave me and it works. Edit the .htaccess file RewriteCond %{HTTPS} off [OR] RewriteCond %{HTTP_HOST} !^www. RewriteRule ^(.*)$ https://www.%{SERVER_NAME}/$1 [L,R=301]
  7. deewinc

    How to improve TTFB

    I have sent you a private message
  8. deewinc

    How to Browse Root Folder on CyberPanel

    Hello, I'm using OpenLiteSpeed with CyberPanel. How do I browse the root folders from CyberPanel?
  9. deewinc

    How to improve TTFB

    I'm having the same problem. My site is not hooked up on Cloudflare though. I realized their HTTP/2.0 headers slow down the TTFB and the only way to deactivate HTTP/2.0 on Cloudflare you have to upgrade to PRO. However, I was using CentOS Web Panel to manage my site. I had to do a lot of DIYs...
  10. deewinc

    How come TTFB reduces so much, and how can I improve TTFB back to 50ms?

    I'm having the same problem as well. TTFB on Litespeed seems terrible.
  11. deewinc

    Redirect to HTTPS WWW - How Do I Achieve it?

    Hello guys, I want to redirect mysite.com to https://www.mysite.com. How do I achieve it? So far, I do have the SSL in place for both https://mysite.com and https://www.mysite.com. Even though I can easily set it to redirect from http://mysite.com to https://mysite.com, I don't want to. I want...
Top