Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Mobius WordPress Theme :: Thread
URL Not Found error when Adding Pages
I’m sure there is a simple step I’m missing here, but I can’t seem to find it.
After I create a page under “Pages”, I go to the Menus section and add that page to the menu. However, whenever I add any page I keep getting the error message:
Not Found
The requested URL /beta.jn9ne-creative/services/ was not found on this server.
...when I try to click on the links in my navigation.
The only link that works is my “Home” link as such: http://localhost/beta.jn9ne-creative/
I am developing locally, and when I get the error message for the other pages, http://localhost/ precedes the domain name and page as it should in the address bar. It’s just the page will not load.
What am I missing? Thanks..
Hi, It sounds like permalinks aren’t set up correctly.
You might try going to Settings → Permalinks and re-saving the configuration. Also, make sure the .htaccess file exists.
Hi Casey,
I did try changing between the different Permalinks settings. The only setting that works is ‘Default’. The ‘Post name’ option (or any of the others) do not work.
The .htaccess file does exists.
No sure what’s going on. Should I verify the htaccess file has something specific in it?
Hi Casey,
I got it worked out. I’m running WAMP on Win 7 and I needed to uncomment the line “LoadModule rewrite_module modules/mod_rewrite.so” in the httpd.conf file.