• Hello all,

    I am running the latest versions of Snow Leopard Server. I am having problems getting permalinks to work. I have found a couple threads discussing modifying .htaccess and httpd.conf but these are all for client Snow Leopard, not server. I want to do it correctly. Could someone let me know what needs to be modified. I am running multiple instances of WordPress in the main Apache Documents directory /Library/WebServer/Documents

    Thanks for any tips!

Viewing 1 replies (of 1 total)
  • Thread Starter misterpatrick67

    (@misterpatrick67)

    OK, figured it out. I opened the httpd.conf file and added this to the end.

    <Directory “/Library/WebServer/Documents/*”>
    options Indexes MultiViews FollowSymlinks
    AllowOverride all
    Order allow,deny
    Allow from all
    </Directory>

    Important thing is to stop and start Apache after you modify the hpptd.conf.

Viewing 1 replies (of 1 total)
  • The topic ‘Snow Leopard Server and Paermalinks’ is closed to new replies.