I have a canvas page that needs to display inside facebook.
In development so it is in a subfolder called fitbit (not in the root)
Only building the page now outside FB / no integration but problem is if I
go to the url .www.example.com/fitbit/canvas I get 404 error.
If I change the route.php so going to www.example.com/fitbit it calls
Router::connect('/', array('controller' => 'canvas', 'action' => 'index'));
it loads fine.
Cannot figure out why it will not load fine without the Route change.
It is clearly loading with the routh page but not finding without..weird!
Any ideas?
Thanks
Dave
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.