Blog Paths Moved
Site October 8th, 2007 @ 2220h
If you have noticed, URLs to all the pages have now been stripped of the directory “wordpress” in them, including the home page. I thought the URLs look prettier without the word in them.
Anyway, redirections are in place to redirect the old links to their new links. While I expect this redirection to be permanent, please do update your bookmarks, if any, to point to the main page without the “wordpress” directory.
Technical details follow:
I haven’t figured out how to do any redirections for URLs pointing to “wordpress/” to redirect to “/”. (I’m currently hard-coding it into a “index.php” file under “/wordpress”.) Any ideas to edit the following “.htaccess” residing under “/wordpress” would be welcome.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) /$1 [L,R]
</IfModule>
Tags: Wordpress
About
Leave a Comment