Tag: httpd.conf

  • TIP: How to make .htaccess files work on OS X 10.5

      To make .htaccess files work as expected, you need to edit /etc/apache2/sites-available/default. Look for a section that looks like this: <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all # Uncomment this directive is you want to see apache2’s # default start page (in /apache2-default) when you go to / #RedirectMatch ^/$ /apache2-default/ […]