nicolasbeauvais / Walrus

Walrus Framework - Certainly not that big whatever factory.
https://walrus.herokuapp.com
MIT License
46 stars 6 forks source link

Hello Walrus gives undefined route error with base_url #35

Closed Anthon95 closed 10 years ago

Anthon95 commented 10 years ago

When we go to the base_url of our project, we get an undefined route error walrus-error

nicolasbeauvais commented 10 years ago

It look like your project is in the root directory of your webserver and you try to access the route "walrus-test" which doesn't exist.

Can you provide your yaml route file and the path to access Walrus on your webserver ? Also do you use an apache redirection ? virtualhost ?

Anthon95 commented 10 years ago

The project is not in the root directory of the web server, it is the "walrus-test" directory. This should be the index page. This is the page we get right after the configuration process. Nothing more has been done. We are using Wampserver for Windows.

nicolasbeauvais commented 10 years ago

This problem as been introduced with the commit f07e4d5dc9236561b6764e9ef159437bff919835 has walrus wasn't intended to be used on a subdirectory. I'm making a patch in about 5 minutes for it.

nicolasbeauvais commented 10 years ago

Done 33e1b7c6a736534383e14eb721412cecced87a3d. I let you test it and tell me if it work fine.