rasmusbergpalm / jslate

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

404 After Clone #4

Closed pjobson closed 12 years ago

pjobson commented 12 years ago

Cloned jslate from git, setup the database and such, it keeps returning:

Not Found

The requested URL /jslate/users/login was not found on this server.

pjobson commented 12 years ago

No specific users path in directory, guessing cake should be taking care of that.

drwxr-xr-x  10 pjobson staff  340 Jul 12 18:36 .
drwxr-xr-x 133 pjobson staff 4.5K Jul 12 18:28 ..
-rw-r--r--   1 pjobson staff   79 Jun 19 09:50 .gitignore
-rw-r--r--   1 pjobson staff  139 Jun 19 09:50 .htaccess
-rw-r--r--   1 pjobson staff 1.4K Jun 19 09:50 README.md
drwxr-xr-x  17 pjobson staff  578 Jun 19 09:50 app
drwxr-xr-x  11 pjobson staff  374 Jun 19 09:50 cake
-rw-r--r--   1 pjobson staff 1.9K Jun 19 09:50 index.php
drwxr-xr-x   3 pjobson staff  102 Jun 19 09:50 plugins
drwxr-xr-x   3 pjobson staff  102 Jun 19 09:50 vendors
rasmusbergpalm commented 12 years ago

Have you set up mod rewrite ? See cakephp general setup guidelines. Cheers

On 12/07/2012, at 15.42, pjobson reply@reply.github.com wrote:

Cloned jslate from git, setup the database and such, it keeps returning:

Not Found

The requested URL /jslate/users/login was not found on this server.


Reply to this email directly or view it on GitHub: https://github.com/rasmusbergpalm/jslate/issues/4

pjobson commented 12 years ago

Yep .. that was it, AllowOverride was set to None.