Archive for September, 2006

301 Redirects with Apache .htacess file

Thursday, September 7th, 2006

I’ve just spent more time than I care to in the last couple of days trying to figure out rewriting urls with Apache, both through .htaccess files and directly in the conf file. Today was relatively painless, as I just had to come up with a way to 301 redirect all “extra domains” and some […]

MSN SOAP Error in PHP Version Less Than 5.1.4?

Tuesday, September 5th, 2006

Awhile back, I copied a script from IBM’s website that used MSN, Yahoo and Google’s API to fetch search results and store them in a database. Much to my chagrin, after tweaking the script to accommodate my needs, I found that I couldn’t get MSN to return more than 10 results. I spent over an […]