Need Help! C-Panel Gets Suspended Every Time I Upload a Scam Page

Aj315

0
Rep
7
Likes
Junior Carder
Posts
24
Threads
12
Joined
Mar 2020
Sign Up or Login to view this post and enjoy everything our site has to offer!
Every time I upload a scam page, the C-Panel gets suspended. I don't know what's going wrong.
I only make 2 (.htaccess) file with this code:
//////////////////////////////////////////////////////////////////
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
//////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mywebsite.com/$1 [R,L]
/////////////////////////////////////////////////////////////////

Anyone has an idea on how to fix this?