Ok, I "don't" have a drectory, and I want to use .htaccess so that when someone types in http://mysite/dirname it goes to http://mysite/directory/dirname.htm Cheers, BP
The guy at corz.org wrote a really good article on .htaccess and Rewrite Rule's Seriously though use the search tool.
I think this will put you half-way. RewriteEngine On RewriteRule ^dirname$ directory/dirname.htm [R,L] Code (markup): Jay
Google will give you many answers but here is some that may help you as well. http://iwhic.com/whmcs/knowledgebase.php?action=displayarticle&catid=21&id=37