Welcome Guest, Not a member yet? Register   Sign In
The server encountered an internal error or misconfiguration and was unable to complete your request.
#1

[eluser]max123[/eluser]
i have hosted my site. But when i click the links it gievs an error.This is the error

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/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_jk/1.2.28 Server at mycareergate.com Port 80

======================================
Can any one tell me the reason for this
#2

[eluser]Sbioko[/eluser]
Hello. Please, show me your .htaccess file.
#3

[eluser]max123[/eluser]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>
#4

[eluser]Sbioko[/eluser]
I don't like your RewriteRule. Maybe, I'm wrong, but try to use .htaccess from codeigniter's user guide.
#5

[eluser]max123[/eluser]
I don't have an idea about htaccess file.




Theme © iAndrew 2016 - Forum software by © MyBB