Page 1 of 1

How to Fix internal server error 500 on PHPBB website

PostPosted:06 Jul 2018 00:46
by Hitwalker
did notice this on my site had same as yours
help/faq
if you know what cause this error please tell me

Re: internal server error 500

PostPosted:06 Jul 2018 07:48
by nguyenoanh
Sorry.
I do not know how to fix that.

Re: internal server error 500

PostPosted:06 Jul 2018 10:40
by Hitwalker
found it if i delete this in conf file it works
try_files $uri $uri/ /install/app.php$is_args$args;

Re: internal server error 500

PostPosted:06 Jul 2018 10:46
by nguyenoanh
Hitwalker wrote:
06 Jul 2018 10:40
found it if i delete this in conf file it works
try_files $uri $uri/ /install/app.php$is_args$args;
Oh la la!
You save one part of my life :)
Thank you very much.