I have a reseller account at ResellerZoom, but I'm a real dummy when it comes to servers. None of my WP blogs were working in folders under the main domain. Someone told me to change: AddHandler server-parsed .htm AddHandler server-parsed .html Addhandler application/x-httpd-php .htm .html .php to AddHandler server-parsed .htm AddHandler server-parsed .html Addhandler application/x-httpd-php5 .htm .html .php I did that, and things began to work on IE7, but on FireFox I still get a message that I've chosen to open application/x-httpd-php4 and what should FF do with it? Browse for an application or save to disk. Huh? Anyhow, my friend doesn't know what to do, and neither do I. Any help would be appreciated.
Got the WP blogs to work in both browsers by adding this: AddHandler application/x-httpd-php5 .php .php4 .php3 .phtml