Apache does not read subfolders or other files

-2

Recently, I formatted my computer and installed Ubuntu 14.04 and as always, I changed the apache document root to: / home / user / workspace / web.

Inside this folder I've cloned a project of mine done in CakePHP 2.4, but my project is just opening the homepage.

When I try to access any controller, jQuery, CSS, presents this error:

    Not Found

    The requested URL /projeto/css/style.default.css was not found on this server.
    Apache/2.4.7 (Ubuntu) Server at localhost Port 80

Question: Are there any changes to the Apache settings?

    
asked by anonymous 12.05.2014 / 22:56

1 answer

0

Probably mod_rewrite is not active on your apache, make sure it is active.

    
16.05.2014 / 16:00