Monthly Archives: March 2009

.htaccess 301 Redirect

.htaccess files (or “distributed configuration files”) provide a way to make configuration changes on a per-directory basis in an Apache HTTP Server. This file, containing one or more configuration directives, is placed in a particular document directory, and the directives apply to that directory, and all subdirectories thereof.

This 301  Redirect can be used anytime you want to redirect a URL. Here are some examples of its use:

  • Single page – Redirect 301 /old_page.html http://www.mysite.com/new_page.html
  • entire site -   Redirect 301 /  http://www.new_site.com/
  • change file extension (html to php in this case) -  RedirectMatch 301 (.*)\.html$ http://www.mysite.com$1.php

There are many other uses for Redirect 301 and mod_rewrite on Apache, if you are moving a site or redesigning a site with a new CMS make sure you redirect your old URLs to your new site. By failing to do so any user that clicks on a link to your old site (page) will hit a 404 ERROR page, this will affect your search rankings. 

The book “Professional SEO” has a good chapter in mod_rewrite and URL redirection, and is also great SEO manual

For a full tutorial on .htaccess visit the official Apache website.

Technorati Tags: , , , , , ,

Firefox Vulnerability

Security Focus has published a vulnerability found on Firefox (all releases and platforms) causing a serious security flaw. An attacker can exploit this issue by enticing an unsuspecting victim to view a malicious file using the affected browser.

Exploit code at the link iframes a little xml file with an xslt transform that causes a crash reliably on 3.0 branch and trunk (and presumably 1.9.1, didn’t test). Null, but it’s being called, assuming the worst for the moment.  – extracted

Mozilla developers have already worked out  a fix which will be added to Firefox 3.0.8 which is due next week.

Technorati Tags: , , ,

IE 8 is ready

Microsoft plans to release today the “final” version of Internet Explorer 8. It won’t be added to Windows update yet but the curious IE user will be able to download it from the official IE website once it’s been released. Officials have said that there are only a few changes between the (RC) version and this release. 

IE 8 will be included in Windows 7 as a removable option later this year, but before then I am sure several patches will be released. 

Technorati Tags: , , , ,

Dell Adamo

Dell has released its competitor to the MacBook Air (head), the Adamo. It looks impressive with the following features:

  • Measuring only .65 inches, Adamo’s ultra-slim profile belies the powerful features within.
  • A tough, machined-aluminum chassis is graced with elegant detail.
  • The 13.4-inch 16:9 HD display with edge-to-edge glass offers an integrated 1.3 megapixel web camera.
  • Advanced lithium polymer technology invites you to enjoy more than 5 hours of battery life on a full charge.
  • Wireless N, Bluetooth, one RJ-45 port and optional mobile broadband2 help keep you in touch wherever you go.
  • The blazing-fast Intel® Core 2 Duo® processor with Centrino® technology works in concert with DDR3 memory to deliver outstanding performance.

You can have it in two “colours” – the Onyx  and the Pearl and each with 2 different configurations.

1.2GHz Intel Core 2 Duo Processor with Centrino technologyGenuine Windows Vista® Home Premium Service Pack 1 64-Bit
2GB 800MHz DDR3 dual-channel memory
128GB solid state drive

OR

1.4GHz Intel Core 2 Duo Processor with Centrino technology
Genuine Windows Vista® Home Premium Service Pack 1 64-Bit
4GB 800MHz DDR3 dual-channel memory
128GB solid state drive
Mobile Broadband

Technorati Tags: , , , , ,

GoldMine CRM Email Marketing

GoldMine CRM is a system developed by FrontRange Solutions. The biggest problem when running a CRM is doing your email marketing through it, GoldMine normally crashes at around 1000 emails if your ISP has not blocked you by then. Finding an email marketing service that syncs with GoldMine can be complicated and to tap into GM database is major task.

A company called Communicator Corps has developed an online email marketing system that can sync (bilaterally) with GoldMine CRM. Their system can update unsubscribers, generate reports, deliver 1.5 million email per hour plus all other common email marketing tasks.

Technorati Tags: , , , ,