massimo-me / PokemonGo-Farm

[Unmantained] Web app to manage and run your PokémonGo-Bot - Gotta Catch 'Em All 👻
23 stars 15 forks source link

page not found - .htaccess missing in repository? #1

Closed tomasnikl closed 8 years ago

tomasnikl commented 8 years ago

Hi,

there is error if I click on "Config -> New".. redirect to: /PokemonGo-Farm/web/config/new and page not found... there is no .htaccess file.. it is ok?

massimo-me commented 8 years ago

Hey :)

Are you using web/index.php as frontcontroller? Try to execute this command

php -S 127.0.0.1:8080 -t web

If not work, i also added the .htaccess file https://github.com/ChiarilloMassimo/PokemonGo-Farm/commit/dbc9d9984f86f559c9d66d255bfd3f42514dad9b

tomasnikl commented 8 years ago

with command php -S 127.0.0.1:8080 -t web works OK ;) thank you