Re: Help getting wordpress working oon 4.11

2006-01-22 Thread stan
On Sun, Jan 22, 2006 at 07:19:18PM +0100, David Raison wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Stan, > > add the following to your httpd.conf > > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > > And index.php to the DirectoryIndex

Re: Help getting wordpress working oon 4.11

2006-01-22 Thread David Raison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stan, add the following to your httpd.conf AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps And index.php to the DirectoryIndex (so your index.php file gets loaded automatically if no filename is supplied)