Welcome Guest, Not a member yet? Register   Sign In
Internal Server Error
#1

[eluser]rash[/eluser]
Hi,

There is some error when i put my project folder in my test server....
when i check the link i.e. http://weblabvikat.com/demo/Prameya
it shows "Internal Server Error" like this.

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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

weblabvikat.com is my testserver and the code file is in mvc format of php...

Plz give solution for this..its urgent...

Thanks..

#2

[eluser]TheFuzzy0ne[/eluser]
It's kinda hard to know where the problem is without seeing what's in your .htaccess file...
#3

[eluser]rash[/eluser]
The root htaccess file contains these lines:

php_flag display_errors on
php_value error_reporting 9999

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

Now check it..
#4

[eluser]TheFuzzy0ne[/eluser]
That should be fairly simple to debug yourself. Try commenting out the top two lines with a'#'. If your server is running PHP as a CGI module, php_flag and php_value won't be supported.
#5

[eluser]rash[/eluser]
Its working.....

Thank u..




Theme © iAndrew 2016 - Forum software by © MyBB