yesilmen-vm / YesilCMS

YesilCMS is based on BlizzCMS and specifically adapted for VMaNGOS Core and includes new features and many bug fixes.
MIT License
23 stars 35 forks source link

After install URL /en/ a 404 Not Found error #18

Open hkbbdx opened 10 months ago

hkbbdx commented 10 months ago

I finished installation 1/2,but i continue it,write the setting to file. Web display: Not Found

The requested URL /en/ was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Installation environment: Nginx/PHP7.4 /Mysql 8.2

PHP Extensions ctype curl gd gmp json mbstring mysqli openssl redis (only for *nix operating systems) soap

I repeated the installation 5 times and got a 404 error after installation.

Arroyopy commented 5 months ago

im having the same problem

ablohme86 commented 2 months ago

same. Using apache

jeremiahd commented 1 week ago

I am having the same issue. Have I done something wrong?

edit:

I put the following in my nginx.conf:

if (!-e $request_filename) { rewrite ^.*$ /index.php last; }

hope this helps someone