I am thinking of changing to Word Press
October 26th, 2005
| Tags:
Here is a snippet from my current .htaccess file which takes care of forwarding all of my old entries to their new location. This also allowed me to remove the old static content and simply rely on the database backend.
RewriteRule ^archives/([0-9]{4})_([0-9]{2}).php /$1/$2/ [R,L]
RewriteRule ^archives/000491.php /2005/09/15/job-hunting-and-walk-the-line/ [R,L]
RewriteRule ^archives/000490.php /2005/09/05/rolling-stones-in-moncton-review/ [R,L]














If you decide to make a change, check http://www.simplephpblog.com !!!
kanenas.net