Please Help me guys1

Status
Not open for further replies.

jaymar27

New Member
Messages
5
Reaction score
0
Points
0
I got an error like this on my site,


Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@cauayan.x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.




Error log:
[Tue Dec 08 21:01:26 2009] [alert] [client 87.236.194.70] /home/jaymar27/public_html/.htaccess: allow requires at least two arguments, 'from' followed by hostnames or IP-address wildcards


Thank you for the help,
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Log on to cPanel
Go to FileManager
Go to public_html
Locate .htaccess ... it should be right after the directories *
Select .htaccess
Click Edit
Copy and Paste the contents here.
Close the Editor without saving changes.
Wait for one of us to tell you how to fix the problem.



* If you cannot see .htaccess it is probably because you did not enable "hidden files".
Close FileManager.
Click " reset all interface settings " at bottom of cPanel
Open FileManager. You should get a Popup. Check "Show Hidden Files" and "Don't show this again"
You should see .htaccess.
 
Last edited:

jaymar27

New Member
Messages
5
Reaction score
0
Points
0
RewriteEngine On

Allow all
RewriteRule ^xemail$ /cgi-bin/mail/jilmail.cgi [L]


RewriteRule ^domail$ /cgi-bin/mail [L]

This is the content of my htaccess
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Code:
Allow all

Remove this line.

Reason: The proper syntax is "allow from all", but in this case it doesn't do anything.
 
Last edited:

jaymar27

New Member
Messages
5
Reaction score
0
Points
0
Thanks for the fast support in this community,
it works!

but another error occurs: how to fix it,

Software error:

syntax error at jilmail.cgi line 1646, at EOF
Missing right curly or square bracket at jilmail.cgi line 1646, at end of line
Execution of jilmail.cgi aborted due to compilation errors.
For help, please send mail to the webmaster (webmaster@cauayan.x10hosting.com), giving this error message and the time and date of the error.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
but another error occurs: how to fix it,

Software error:

syntax error at jilmail.cgi line 1646, at EOF
Missing right curly or square bracket at jilmail.cgi line 1646, at end of line
Execution of jilmail.cgi aborted due to compilation errors.
.

Script problem. If you downloaded it from somewhere, ask them. But the problem probably came from you or someone else trying to edit the script. See if you can get a clean copy of the file and replace it.

1646 line script...posting it here will not help.
 

jaymar27

New Member
Messages
5
Reaction score
0
Points
0
Thanks X10hosting. I understand now, that your community doesnt solve the script issues but you can solve server issue,

onother one, is free hosting support by catchall mail?
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Thanks X10hosting. I understand now, that your community doesnt solve the script issues but you can solve server issue,

onother one, is free hosting support by catchall mail?


Just create a mail Id and set it as default mail in your cpanel
 
Status
Not open for further replies.
Top