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
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!
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.
If you do not have mod_rewrite enabled this can occur. You can make sure it’s enabled by running the following commands:
Thanks for response…I have enabled mod_rewrite and .htaccess was missing so added default drupal .htaccess file. Its working now.