I recently cloned a project, but when I run it, the Google Chrome console shows me this:
I already activated mod_rewrite in apache, but the error persists.
sudo a2enmod rewrite
Can someone help me?
I recently cloned a project, but when I run it, the Google Chrome console shows me this:
I already activated mod_rewrite in apache, but the error persists.
sudo a2enmod rewrite
Can someone help me?
Did you restart Apache after enabling the module?
Ye
sudo service apache2 restart
Does it show you cakephp 404 or apache 404?
What is your document root? What does your virtualhost config file look like? have you tried running cake server?
More info will help us help you better.