Suspended condition continues even after Lotus migration

Status
Not open for further replies.

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
I have unsuspended your account.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Great, Now it shows 500 internal server error ! What a mess!:frown:
Please visit my site and see!
-- Manik.

What are you hosting? forums, blog?

open .htaccess file from public_html folder, and copy paste its code here in
Code:
 tags.
 

manik

Member
Messages
49
Reaction score
0
Points
6
open .htaccess file from public_html folder, and copy paste its code here in
Code:
 tags.[/QUOTE]
 
I am getting impatient, Now the [URL="http://www.manik.in/cgi-sys/defaultwebpage.cgi"]http://www.manik.in/cgi-sys/defaultwebpage.cgi[/URL] is showing as previous. No 500 error by default.
My website is a plain php website. No database, no blog, none of the complexities. 
If I type in the full [URL="http://www.manik.in/index.php"]http://www.manik.in/index.php[/URL] the 500 error comes. The CPanel file manager shows the files being present. 
Now this is the .htaccess what I have written to block image leeching.
[CODE]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://manik.in/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://manik.in$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.manik.in/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.manik.in$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ [url]http://manik.in[/url][R,NC]
ErrorDocument 404 /404.shtml
Kindly help.
-- Manik.

I tried to open an individual page http://www.manik.in/StudSupp/embedded.php and it opened OK. So I think index.php files are not working.
 
Last edited:

manik

Member
Messages
49
Reaction score
0
Points
6
Admins please close the thread. There has been no talk on this thread since long and the issue seems to have resolved.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
***Thread Closed***
 
Status
Not open for further replies.
Top