The State Of My .htaccess File
Its been awhile since I posted my current .htaccess file, so I thought I'd to that. # My server has PHP4 enabled by default # But we want to use PHP5 AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4 AddType application/x-httpd-php5 .php # My error document...
