PeeHaa / OpCacheGUI

GUI for PHP's OpCache
1.46k stars 170 forks source link

Could you improve a bit on the documentation for installing #72

Closed cAstraea closed 7 years ago

cAstraea commented 8 years ago

Something is amiss with the paths and maybe I'm not bright enough to figure out how to install this. Been trying for almost 2 minutes I'm about to give up. http://prnt.sc/agqfiz

vredeling commented 8 years ago

I get the same problem with the paths. If I use $uriScheme = Router::QUERY_STRING; in my init file, the router paths seem to work.

luispabon commented 7 years ago

As a composer-installed project, it's impossible to modify the config files since they're hardcoded to be looked for only on OpCacheGui's folder and thus integrate with another project (we're trying to fine tune PHP's config on an existing dockerised application).

ATM I'm having to actually make a copy of the project inside of my project, and this balloons our GIT repo.

PeeHaa commented 7 years ago

This issue seems to be related with not having correctly set up the rewriting. For more information see the Setting up the webserver part of the installation guide.