Want to hire, my CPU Usage 100%

MediaStar

Active Member
2,664
2010
446
235
Hi, i'm having problem with my website.

I used aaPanel with OpenLiteSpeed for my website. My site is running fine without .htaccess, but without .htaccess all pages return with 404 error.

So i used this code for .htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

After save and restart LiteSpeed, i can access to all my post but my CPU Usage increased up to 900% and my site starting slow.

https://prnt.sc/IU93GhknFAt8
https://prnt.sc/ibhzEHilPWxK

Any one can help? I will pay for it, thanks.
 
10 comments
I think if you use wordpress you have some options to make adjustmen

In your case, it would be important to see where the problem lies. The visitors pay, query a database, ....
If i disabled my htaccess, site and VPS back like normal.

Once i enable htaccess, my CPU instantly used 100%, weird.
 
Back
Top