PeeHaa / OpCacheGUI

GUI for PHP's OpCache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite rule for Apache as provided in docs not working

improved-broccoli opened this issue · comments

Hello,

I setup OpCacheGUI in a separate vhost and so I use the vhost example provided in docs.
But the RewriteRule did not worked, Apache sent me a 400 error each time I tried to access to the GUI.

So I search in the closed issues, and I found in this one that @PeeHaa gave another version of the rewrite rule. This one works perfectly.

So am I the only one who encounter issues with the RewriteRule provided in docs ?
If yes, may I suggest a PR to update the documentation ?

Thank you, came here for this.

Oh thanks jbenoit2011 that info was so so useful.

Perhaps this could be added to the readme file?

Thanks PeeHaa

I prefer use this .htaccess, is work perfect for me :)

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]