I have converted over to Apache from IIS and need some help with the .htaccess file. I have some pages, like this one: http://www.search-this.com/website-promotion/algorhythm_and_blues.aspx that I want it to be redirected here instead: http://www.search-this.com/website-promotion/ make sense? So all pages that were in the website-promotion directory will now just link to the website-promotion directory. Here is my try at it, but the below doesn't work? RewriteRule ^/website-promotion/([a-zA-Z_]+)\.aspx$ website-promotion/$1/ [R=301,L]