Hi,
I put htaccess code in my site
"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"
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?