rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

jslate 404 not found #48

Closed mgcdanny closed 11 years ago

mgcdanny commented 11 years ago

Hi,

Sorry for the total noob question here but jslate seems wonderful though I am stuck on getting the pages to load properly. I think this is more of an apache thing than anything else, but I would much appreciate any suggestions you have to offer.

I've managed to get "cake migrate" to run without any errors. However, when I go to: http://ip:port/jslate/

it directly takes me to: http://ip:port/jslate/pages/home

where I get a 404 error.

However, when I go to: http://ip:port//jslate/app/view/pages/home.ctp

I see the page in the browser, but without the css, js, php rendering.

My apache folder looks like:

apache24\htdocs\jslate(everything from github here)

I really appreciate any help on the issue.

Thanks!

mgcdanny commented 11 years ago

it was the same problem as this: https://github.com/rasmusbergpalm/jslate/issues/4