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

[eluser]InsiteFX[/eluser]
Request URL:http://legitinfomatics.in/test.php
Request Method:GET
Status Code:500 Internal Server Error
Request Headersview source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en-US,en;q=0.8
Cache-Control:max-age=0
Connection:keep-alive
Host:legitinfomatics.in
Referer:http://ellislab.com/forums/viewthread/241267/
User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36
Response Headersview source
Connection:close
Content-Length:576
Content-Type:text/html; charset=iso-8859-1
Date:Wed, 15 Jan 2014 13:07:54 GMT
Server:Apache

This is what it is showing me. You have something miss configured some place.

Try setting these to these values and see what happens:
Code:
$config['base_url'] = '';
$config['uri_protocol'] = 'AUTO';    // try all of the different settings for this one.

Make this file and run it on your server ( phpinfo.php ) delete it when done!
Code:
phpinfo(INFO_ALL);





Theme © iAndrew 2016 - Forum software by © MyBB