Limozine
05-10-2011, 01:28 PM
Can someone tell me the .htaccess code necessary to redirect specific files from a subdirectory? For example, I have a subdirectory with hundreds of files beginning with the letter "v", and i want to redirect all of these to another page, but I want the rest of the files in the subdirectory left as is. I tried:
RewriteRule ^sub/v*.html /page.html? [R=301,L]
but it didn't work.
RewriteRule ^sub/v*.html /page.html? [R=301,L]
but it didn't work.