cat icon indicating copy to clipboard operation
cat copied to clipboard

Internal Server Error

Open l3modz opened this issue 9 years ago • 2 comments

Hi... I'm trying CAT Online, it show Internal Server Error... using Chrome

**The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost 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.**

BTW I'm using wamp version wampserver2.2d-x32, it show only Internal Server Error... I've try edit C:\wamp\www\cat\aplication\config\config.php at line 4

$config['base_url'] = 'http://127.0.0.1/cat/'; or IP address... and trying open http://127.0.0.1/cat, it Internal Server Error...

Then I try on Firefox using localhost... and open it on http://localhost/cat/ and edit file ` C:\wamp\www\cat\aplication\config\config.php at line 4

`$config['base_url'] = 'http://localhost/cat/';``

it, same error Internal Server Error... what this problem, it this wampserver error or what... cause I have another Codeigniter on it, and run smothly...

BTW I'w using your file Latest commit 3902573 Feb 11, 2016...

oh yea... I'm forget I'm test to edit C:\wamp\www\cat\aplication\config\config.php at line 4 $config['base_url'] = 'http://localhost/cat/'; to $config['base_url'] = "http://".$_SERVER['SERVER_NAME']."/cat/";

It still Internal Server Error... Thanks before... @akhwan90

l3modz avatar Feb 29 '16 14:02 l3modz

sory if my english not fluently.. :v:

first, your problem probably is about .htaccess file that not included in the root folder of cat folder..

if it still same, try second change, to activate Apache setting called "rewrite module". follow this instruction : http://stackoverflow.com/questions/869092/how-to-enable-mod-rewrite-for-apache-2-2

good luck

akhwan90 avatar May 26 '16 13:05 akhwan90

Thanks I'll try later

On May 26, 2016 20:36, "Nur Akhwan" [email protected] wrote:

sory if my english not fluently.. ✌️

first, your problem probably is about .htaccess file that not included in the root folder of cat folder..

if it still same, try second change, to activate Apache setting called "rewrite module". follow this instruction : http://stackoverflow.com/ questions/869092/how-to-enable-mod-rewrite-for-apache-2-2

good luck

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/akhwan90/cat/issues/16#issuecomment-221872435

l3modz avatar Aug 31 '16 12:08 l3modz