pimcore / skeleton

The Pimcore Skeleton - The right package to get your Pimcore project started from the ground up! 💪
https://pimcore.com
100 stars 107 forks source link

[Bug]: Admin panel does not work #160

Closed betterapp closed 1 year ago

betterapp commented 1 year ago

Expected behavior

Admin panel is working

Actual behavior

Not Found The requested URL was not found on this server.

Steps to reproduce

  1. Install PimCore 11 with composer on local machine on pimcore11.pim domain
  2. run /vendor/bin/pimcore-install
  3. everything is ok
  4. go to http://pimcore11.pim -> I see PimCore logo
  5. go to http://pimcore11.pim/admin and I see

Not Found The requested URL was not found on this server.

As I see there is no any .htaccess file in /public directory. Is it ok ?

kingjia90 commented 1 year ago

Are you on Apache? If yes, then you may need to re-add the htaccess file. It doesn't come by default with the skeleton anymore See also https://github.com/pimcore/skeleton/pull/101

dvesh3 commented 1 year ago

Docs here https://pimcore.com/docs/pimcore/10.6/Development_Documentation/Installation_and_Upgrade/System_Setup_and_Hosting/Apache_Configuration.html