htaccess
Posted: Wed Mar 22, 2006 8:51 am
Hi,
I put htaccess code in my site
I used this coding.but i received
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have used the error.
More information about this error may be available in the server error log. "
what i do?
Anybody know how to solve it?
I put htaccess code in my site
Code: Select all
RewriteEngine On
RewriteRule ^(.+)\.html$ index.php?mod=$1 [L,QSA]
Redirect temp ErrorDocument 404 index1.php?mod=view-page
ErrorDocument 500 "/errors//http-error.cgi""Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have used the error.
More information about this error may be available in the server error log. "
what i do?
Anybody know how to solve it?