i am trying to change the base path of a directory to rewrite to a new location, there are no files in the location, so it is just a cosmetic/seo change. i have some rewrites that are put in place by my hosting provider, and im having some difficulty getting the rewrite to work: here is my .htaccess file: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /techblog/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d #RewriteRule ^/techblog /technology-blog [L] RewriteRule . /techblog/index.php [L] </IfModule> # END WordPress --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx