Welcome Guest, Not a member yet? Register   Sign In
Server instalation error
#1

[eluser]LennyLenny[/eluser]
Hi!!
I recently made a website using codeigniter, but I faced problems when I tried to install it on the server...
I made all the configurations needed in the codeigniters config & index file ... but I keep getting internal server error 500.
Is this because I did some configuration wrong or is the servers fault?
Thanks
#2

[eluser]Lone[/eluser]
The first I would check is what is in your .htaccess files?
#3

[eluser]LennyLenny[/eluser]
#RewriteEngine on
#RewriteCond $1 !^(index\.php|images|js|css|robots\.txt)
#RewriteRule ^(.*)$ /index.php/$1 [L]


This is all I have in the htaccess file ...
#4

[eluser]LennyLenny[/eluser]
Hi again...
I figured out what was the problem ... due to some server configuration it would only work if a "?" mark was inputted after the index.php...
Now it works just fine ... Thanks anyway...




Theme © iAndrew 2016 - Forum software by © MyBB