thats the problem. i had it i was using it then i come to upload a file and it tells me i dont have enough room for my files.
i been a member for about a year or so. i have had unlimited data and all that.
ftp client cant connect to server states to many users when i am like the only one trying to get on my site and it doesnt show anything in the cpanel ftp session control center.
error:
421 50 users (the maximum) are already logged in, sorry
i am trying to get rewrite mod to work and it isnt working properly.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).php$ home.php?pages=$1 [L]
</IfModule>
nvm had to replace it with...