robertte
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages not workingMichael,
Thanks for all your help.
I had to update Users of WAMP (Windows): Some versions of WAMP (all versions?) do not enable mod_rewrite or permit following SymLinks by default. To enable the required functionality navigate to the apache/conf/httpd.conf file, open with a text editor and uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (i.e., delete the hash/pound sign at the front of the line). Then further down in the same file there is a section that starts with the line “Options FollowSymlinks”. Change the second line in that section from “AllowOverride none” to AllowOverride all. Save edited httpd.conf and restart all WAMP modules. Your permalinks should now work.
I found it at http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks
Again Thanks
RobertForum: Fixing WordPress
In reply to: Pages not workingI’m working on a localhost to setup on site before I go live.
Forum: Fixing WordPress
In reply to: Pages not workingMichael,
Thanks for the help. But I am still getting a this when I click on the my nav.
Not Found
The requested URL /wordpress/biography/ was not found on this server.
I looking at the PHP.in or the nav-menu.php if there is anything I need to change.
Thanks
Robert