Aj315
0
Rep
Rep
7
Likes
Likes
Junior Carder

- Posts
- 24
- Threads
- 12
- Joined
- Mar 2020
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?
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?