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
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:
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.
Try going directly to your pages by using a URL like this, but with your site:
http://www.example.com/index.php?q=user
Then, if that loads, check this page to see if mod_rewrite is enabled:http://www.example.com/phpinfo.php