Title: robert512's Replies | WordPress.org

---

# robert512

  [  ](https://wordpress.org/support/users/robert512/)

 *   [Profile](https://wordpress.org/support/users/robert512/)
 *   [Topics Started](https://wordpress.org/support/users/robert512/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robert512/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robert512/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robert512/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robert512/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robert512/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: ["page.php" is not being found](https://wordpress.org/support/topic/pagephp-is-not-being-found/)
 *  Thread Starter [robert512](https://wordpress.org/support/users/robert512/)
 * (@robert512)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/pagephp-is-not-being-found/#post-2754377)
 * Setting template to default did the trick.
    Thanks very much for your input!
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Any URL other than "home" results in "404 Not Found"](https://wordpress.org/support/topic/any-url-other-than-home-results-in-404-not-found/)
 *  Thread Starter [robert512](https://wordpress.org/support/users/robert512/)
 * (@robert512)
 * [14 years ago](https://wordpress.org/support/topic/any-url-other-than-home-results-in-404-not-found/#post-2724802)
 * 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_php5
 * In 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](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Any URL other than "home" results in "404 Not Found"](https://wordpress.org/support/topic/any-url-other-than-home-results-in-404-not-found/)
 *  Thread Starter [robert512](https://wordpress.org/support/users/robert512/)
 * (@robert512)
 * [14 years ago](https://wordpress.org/support/topic/any-url-other-than-home-results-in-404-not-found/#post-2724779)
 * 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/wordpress
 * Is there other information I could provide, or a different way to write my question
   that would help to clarify the issue?

Viewing 3 replies - 1 through 3 (of 3 total)