When i add a product to the cart from the homepage it is redirecting me to /index which is generating 404 page not found error. it is only happening when clean urls are inabled, also i made sure i am allowing overrides in apache conf, do you know what is the source of this?
thank you in advance,
Jack
Hi,
Error "/index not found" occurs because in site information (admin/config/system/site-information), default homepage is /index, but you have not created page /index yet.
Please add node basic page then set url alias as index. It will solve problem.
Thanks!