monstra-cms / monstra

THIS PROJECT IS NOT SUPPORTED ANYMORE! Check FLEXTYPE.ORG
http://flextype.org
MIT License
396 stars 123 forks source link

Fix 404 when using certain server configurations #388

Closed ghost closed 8 years ago

Awilum commented 8 years ago

Hi,

when using certain server configurations

what do you mean ?

ghost commented 8 years ago

This error occurs when you run Monstra using PHP internal web server. Request to /admin (without trailing slash) is redirected to /index.php instead of /admin/index.php. You can test it by yourself with my little server.php script. I understand that this is issue with URL trailing slash handling in PHP, but I have more chances to improve Monstra :)