GlrnDaniss ok no 500 error, then I got 404 error, in error log, it shows Illuminate\View\Engines\CompilerEngine->evaluatePath() /var/www/html/vendor/illuminate/view/Engines/CompilerEngine.php:59, in my last error log.
peopleinside Maybe you need to specific to go on the public folder. Do you installed the community in a subdomain community.domain.,ext or domain.ext/community? Maybe this issue you are having (404 error) is related to not poiting correctly to the Flarum public folder. https://flarum.org/docs/install.html#url-rewriting
GlrnDaniss peopleinside Do you mean the url rewrite? in .httaccess file?, and set overwrite all? <Directory "/var/www/html/public"> AllowOverride All </Directory> I already add this in httpd.conf, because I use httpd, but still not working
peopleinside Do you mean the url rewrite? in .httaccess file?, and set overwrite all? <Directory "/var/www/html/public"> GlrnDaniss When i talk about public directoy is a directory inside the flarum directory called public. See https://flarum.org/docs/install.html#url-rewriting The Flarum installation is inside the html folder? In that folder all file are only of Flarum? I see is difficoult for me set Apache to work in the public folder... has helped for me use the control panel than point community.domain.ext to the public folder of Flarum. This work well.. otherwise if my control panel don't let me point the domain on public I was unable to make Flarum work. You maybe need some strong suggestion from someone on the Flarum community.
peopleinside GlrnDaniss Here i am not good... I cannot help maybe... hope someone can help better. I tried to follow instruction https://flarum.org/docs/install.html#url-rewriting for Apache but in my test did not work... so i found the solution to do all direct from my control panel. Are you running Apache? Let0s wait someone else reply here maybe some one of the Flarum team can help you better.
GlrnDaniss peopleinside AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.php,index.php) found, and server-generated directory index forbidden by Options directive. So if this means my rewrite is not working?
GlrnDaniss peopleinside I make it work, the problem is I don't move index.php in public to html dir, I wonder that is optional to do it. and then I still get 505 errors, but that is the error about permissions. Thx for help, I appreciate that.
GlrnDaniss TheyCallMeTojo Your 500 error might caused by the permission denied, you can see your apache error log, just chmod 775 in all of your html file, then the error will be gone.
peopleinside GlrnDaniss Awh... how many issues. Here again i have no idea on how to help. Maybe a screenshot of the issue can help or maybe i wish you could solve also this.
GlrnDaniss I am using httpd, I am not sure if the url is etc/httpd/conf/httpd.conf this is ,.httpaccess file?
GlrnDaniss peopleinside Just whenever I click login it shows a red alert "The requested resource was not found.", I think the forum here doesn't allow me to upload the image, I tried drag and drop, but still not working.
GlrnDaniss luceos Hello, I already check the phpinfo(), and it shows the mod rewrite is available, I forgot to tell you one thing I did is that I move the files inside public dir into the html dir.
GlrnDaniss luceos Thx for your help, I just fix the problem, the problem is I didn't uncomment the .htaccess file for rewrites feature.