php - website not working after moving from local to the server -


am using codeigniter 2.2 , os ubuntu 14.04 . have developed website using codeigniter on localhost. working fine.

now have moved site real server http://hotlunchorders.com/. getting error.

internal server error server encountered internal error or misconfiguration , unable complete request. please contact server administrator, webmaster@hotlunchorders.com , inform them of time error occurred, , might have done may have caused error.

more information error may available in server error log. additionally, 500 internal server error error encountered while trying use errordocument handle request.

my .htaccess file

    rewriteengine on     rewritecond %{request_filename} !-f     rewritecond %{request_filename} !-d     rewriterule .* index.php/$0 [pt,l]  

errorlog file in server

    [thu jun 04 08:00:35 2015] [error] [client 67.213.90.137] softexception in application.cpp:256: file "/home/hotlunchorders/public_html/index.php" writeable group     [thu jun 04 08:00:35 2015] [error] [client 67.213.90.137] softexception in application.cpp:256: file "/home/hotlunchorders/public_html/index.php" writeable group     [thu jun 04 07:59:57 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/profile/index     [thu jun 04 07:59:57 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/profile/index     [thu jun 04 07:59:54 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/home/index     [thu jun 04 07:59:54 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/home/index     [thu jun 04 07:59:49 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/order/step4/cod     [thu jun 04 07:59:49 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/order/step4/cod     [thu jun 04 07:59:42 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/order/step3     [thu jun 04 07:59:42 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/order/step3     [thu jun 04 07:59:30 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/order/step2     [thu jun 04 07:59:30 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/order/step2     [thu jun 04 07:59:26 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/order/step1     [thu jun 04 07:59:26 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/beta/assets/css/global-style-color-icon.css, referer: http://hotlunchorders.com/beta/index.php/order/step1     [thu jun 04 07:58:07 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/500.shtml     [thu jun 04 07:58:07 2015] [error] [client 67.213.90.137] softexception in application.cpp:256: file "/home/hotlunchorders/public_html/index.php" writeable group     [thu jun 04 07:58:05 2015] [error] [client 67.213.90.137] file not exist: /home/hotlunchorders/public_html/404.shtml, referer: http://hotlunchorders.com/beta/index.php/profile/index 

can me fix problem. tnx.

points at:

  1. is rewrite module enabled? enable sudo a2enmod rewrite.
  2. are paths correct? linux case sensitive.
  3. is writeable group may point out permission problems. try changing permission set sudo chmod 0750 respective files , directories.

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -