robert512
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "page.php" is not being foundSetting template to default did the trick.
Thanks very much for your input!Forum: Localhost Installs
In reply to: Any URL other than "home" results in "404 Not Found"In regards to MAMP, I enabled the Apache server that comes with Mac OS X, but there are also some free “1-click” solutions for download.
Here’s a line I found in the “Loaded Modules” section of phpinfo:
mod_alias mod_rewrite mod_bonjour2 mod_php5In any event, I tried going back to the default permalink settings to see if that would at least make the site useable again, and it did. Since this is just a dev site, the URL structure isn’t of great importance. I’m still curious how to make it work, and would be interested in any other thoughts you might have, but otherwise, thanks very much for taking the time to help me out! — Robert
Forum: Localhost Installs
In reply to: Any URL other than "home" results in "404 Not Found"Thanks for your input Jan. My Apache config file contains the following lines:
<Directory /> Options All AllowOverride All Order deny,allow Deny from all Allow from 127.0.0.1 </Directory>I also added these lines, but it didn’t help:
Options FollowSymLinks
Allow from 127.0.0.1/wordpressIs there other information I could provide, or a different way to write my question that would help to clarify the issue?