Forums

mod_rewrite in Panther Server (Mac OS X Server 10. (3 posts)

  1. sdevore
    Member
    Posted 5 years ago #

    I had to change the config file for the site that is running to allow a .htaccess file to be used, you need to add

    <Directory "/Users/yourUsername/Sites/wordpress">
    Options All +MultiViews -Indexes -ExecCGI
    <IfModule mod_dav.c>
    DAV Off
    </IfModule>
    AllowOverride All
    </Directory>

    where the directory is pointing to your wordpress directory.
    sam d

  2. latext
    Member
    Posted 5 years ago #

    Thanks for the tip. Actually, I ended up putting the rules in the conf file for the site instead of using .htaccess, and it works fine now.

  3. nieuws
    Member
    Posted 3 years ago #

    Why would this be a problem (don't get me wrong, i believe it is) but the Panther server is based on Unix like the OS right?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.