Everything is not intact.
I'm still receiving internal server 500 errors however the frequency of the page displaying has reduced a bit.And there are some problems:
- using custom .htaccess
- using e107 cms
- the ads are not displaying (some are)
- the server which my site is hosted is Starka.
I've checked the logs and everything is fine, the cms is working good aswell.Apache keeps showing 500 errors frequently.Heres my htaccess file :
RewriteEngine on
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName theblackclan.pcriot.com
AuthUserFile /home/admin747/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/admin747/public_html/_vti_pvt/service.grp
Options All Indexes
IndexOptions FancyIndexing
RewriteCond %{HTTP_HOST} ^ipking.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.ipking.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.ipking\.co\.cc\/in\/index\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^theblackclan.co.cc$ [OR]
RewriteCond %{HTTP_HOST} ^www.theblackclan.co.cc$
RewriteRule ^/?$ "http\:\/\/www\.theblackclan\.co\.cc\/community\/news\.php" [R=301,L]
ErrorDocument 400 /error.php?400
ErrorDocument 401 /error.php?401
ErrorDocument 403 /error.php?403
ErrorDocument 404 /error.php?404
ErrorDocument 500 /error.php?500
I'm not complaining but just helping you guys to find the problems, thanks for your time and service.