dxw / whippet-server

Whippet Server launches a stand-alone web server for a specific WordPress installation. It makes WordPress easier to develop with, for example, by adding lots of debug information to the terminal without cluttering up or breaking your templates.
ISC License
80 stars 6 forks source link

Whippet has inconsistent behaviour when running two instances #30

Open dgmstuart opened 10 years ago

dgmstuart commented 10 years ago
> cd app1
> whippet
... Listening on scone.local:8000

> cd app2
> whippet -p 8001
... Listening on scone.local:8001

When I visit scone.local:8001, the front end displays app2, but the admin screens (in particular the plugins page) display the plugins page of app1