Advertisement:

Author Topic: Fresh installation getting 500 internal server error  (Read 4209 times)

SAPBasisWorld

  • Newbie
  • *
  • Posts: 4
Fresh installation getting 500 internal server error
« on: August 04, 2012, 04:03:15 pm »
i changed some files CHMOD from 775 to 755
then i can able to see install wizard
when i click on" Run the install" after checks
i am gettting "500 internal server" error

kindly help me

thanks in advance

SAPBasisWorld

  • Newbie
  • *
  • Posts: 4
Re: Fresh installation getting 500 internal server error
« Reply #1 on: August 04, 2012, 04:05:48 pm »
This is the error i am getting
----------------------------------------------

500 Internal Server Error

nginx
------------------------------------------------

SAPBasisWorld

  • Newbie
  • *
  • Posts: 4
Re: Fresh installation getting 500 internal server error
« Reply #2 on: August 04, 2012, 05:34:10 pm »
I have made all files and folder to 755 .but still the same error
help me please

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Fresh installation getting 500 internal server error
« Reply #3 on: August 05, 2012, 06:58:33 am »
Hi SAPBasisWorld,

Your files need to be at 644 and folders at 755.

jay

shawn.hossan

  • Newbie
  • *
  • Posts: 30
Re: Fresh installation getting 500 internal server error
« Reply #4 on: May 24, 2016, 09:03:49 am »
change your .htaccess file with this code bellow:


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>