chrisgocrazyH
24-06-2008, 09:15 AM
Okay im doing .htaccess..
and this is my .htaccess
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>ErrorDocument 400 /error/index.php?error=400
ErrorDocument 401 /error/index.php?error=401
ErrorDocument 403 /error/index.php?error=403
ErrorDocument 404 /error/index.php?error=404
ErrorDocument 500 /error/index.php?error=500 </PRE>
Options +FollowSymLinks
RewriteEngine on
RewriteRule index/(.*)/(.*)/$ /hx/index.php?$1=$2
i used
http://www.webmaster-toolkit.com/mod_rewrite-rewriterule-generator.shtml?url=http%3A%2F%2Fsimplyhabbo.com%2 Fhx%2Findex.php%3Fp%3Dcommunity&style=1&page_name=community
Now when i go to what it says it comes up with
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] 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.
Apache/1.3.41 Server at simplyhabbo.com Port 80
Please help..
and this is my .htaccess
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<PRE>ErrorDocument 400 /error/index.php?error=400
ErrorDocument 401 /error/index.php?error=401
ErrorDocument 403 /error/index.php?error=403
ErrorDocument 404 /error/index.php?error=404
ErrorDocument 500 /error/index.php?error=500 </PRE>
Options +FollowSymLinks
RewriteEngine on
RewriteRule index/(.*)/(.*)/$ /hx/index.php?$1=$2
i used
http://www.webmaster-toolkit.com/mod_rewrite-rewriterule-generator.shtml?url=http%3A%2F%2Fsimplyhabbo.com%2 Fhx%2Findex.php%3Fp%3Dcommunity&style=1&page_name=community
Now when i go to what it says it comes up with
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] 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.
Apache/1.3.41 Server at simplyhabbo.com Port 80
Please help..