Question

Drupal 7 "page not found" errors on every page except homepage

I have setup my project on localhost ubuntu Drupal7, I have also setup all necessary steps like adding host name, creating conf file database dump In my project i have installed admin_menu , panel, features, views modules.

Site is up home page is looking fine but when i clicked on any link its showing “404 page not found”.

Please advise

Show comments

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Ryan Quinn
DigitalOcean Employee
DigitalOcean Employee badge
July 19, 2016
Accepted Answer

If you do not have mod_rewrite enabled this can occur. You can make sure it’s enabled by running the following commands:

sudo a2enmod rewrite
sudo service apache2 restart

Thanks for response…I have enabled mod_rewrite and .htaccess was missing so added default drupal .htaccess file. Its working now.

Want to learn more? Join the DigitalOcean Community!

Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.