Archive

Archive for June, 2004

Yahoo blocks GMail invites as SPAM

June 23rd, 2004 Tony No comments

I discovered today that the Yahoo is automatically dumping GMail invites into the ‘Bulk Folder’ as if they were SPAM. My girlfriend complained that she never received my invite to try GMail so I tested the idea this afternoon.

Attempt 1:

———-

From: [my gmail account]

Subject: gmail

Body: “test”

The email landed in my inbox.

Attempt 2:

———-

From: [my gmail account]

Subject: gmail

Body: [text from my gmail invite to my girlfriend]

The email landed in my Bulk Folder.

Smells fishy. :)

Categories: Search Engine Optimization Tags:

index php

June 18th, 2004 Tony No comments

want to change your index filename for your site but don’t have access to apache httpd.conf?

you can override the default index file by adding the following lines to your .htaccess file:

DirectoryIndex my-php-index.php

Options -Indexes

Categories: Code Tags: