-3

In cake php website source here my local pc that is confing properly but in live server problem as error 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.

How to solve this error in cakephp site config ?

Here my site details link http://www.florentserieye.com/

maulik1987
  • 1
  • 1
  • 8
  • 4
    CRYSTAL_BALL_NOT_FOUND_ERR. How do you expect us to help without any details except for "there's a problem"? Check your error logs, for starters. – Ry- Dec 12 '12 at 06:08
  • In app/Config/core.php set Configure::write('debug', 2); – Geert Dec 12 '12 at 14:51

2 Answers2

1

It means you have an internal error on your code. Try to locate the php error log file or the apache error log, they will have the information that tells you exactly where the error occurred. Be sure to have php error logging enabled in php.ini.

Shoe
  • 74,840
  • 36
  • 166
  • 272
0

You have to enable LoadModule rewrite_module modules/mod_rewrite.so in appache config file(httpd.conf)

EbinPaulose
  • 1,129
  • 3
  • 14
  • 26