wontonst / teststudy-code

0 stars 0 forks source link

Routes.php issue #52

Closed lhsairplanes closed 11 years ago

lhsairplanes commented 11 years ago

Hi Roy,

I am trying to add a new page to the website (titled design and design2.php). At the same time, I updated the routes.php page so Laravel can display my new pages. However, the routes.php even after updating, doesn't show my new pages (Laravel just gave me the "this page doesn't exist" message when I typed in the url). Did you move the routes.php page around/reconfigured Laravel in the website?

If so, how can I test my new web pages?

Rgds

wontonst commented 11 years ago

@lhsairplanes sorry I forgot to tell you that I've changed our laravel structure significantly. From now on, you can test using the file application/controllers/test.php The URL to use would now be daviscircles.com/test?ref=profile

I just tested it and it appears to be working.