Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter robert512

    (@robert512)

    Setting template to default did the trick.
    Thanks very much for your input!

    Thread Starter robert512

    (@robert512)

    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

    Thread Starter robert512

    (@robert512)

    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)