I made some pages in WordPress and displayed a navigation so the user can click to go to those pages.
When you click on any of the links, other than the Home link, it will go to a 404 Page not Found Page and display a message as the one below:
The requested URL /new_mtt/about-us-2
was not found on this server.
I realized I don’t have a page.php file. Do I need that in order to view pages other than the index?
Why are my pages not working correctly?
There has to be a .htaccess-file in your WordPress-directory. In there should be the rules for url rewriting.
The problem could be: that file is missing, the file is corrupt or mod_rewrite is not allowed.