Quote Originally Posted by Dzinerbear View Post
I have 167 galleries that all follow this format:

/directory name/preview.htm

I have just dumped all the preview.htm pages and I want to put a line in my htaccess to redirect all of the those preview.htm pages to index.html in the same directory.

Is there a short cut? Or do I just need to bite the bullet and type 167 lines in my htaccess file?

Michael
Try blanking out the directory name in the line of code with a *

for instance /*/preview.htm

--

Cant guarantee this will work as my .htaccess knowledge is limited, but worth a shot