Forum Moderators: phranque

Message Too Old, No Replies

301 Redirect subfolder

         

sgr2000

11:05 pm on May 18, 2011 (gmt 0)

10+ Year Member



How do I redirect a default subfolder page

Right now www.example.com/subfolder/ goes to 404 page not found

I need it to go to www.example.com/subfolder/example.html

How to I 301 redirect that?

g1smd

1:34 am on May 19, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What have you tried? It is one line of
RewriteRule
code with
[R=301,L]
flags.

Alternatively, in the .htaccess file in that folder set the
DirectoryIndex
to use the example.html file.

sgr2000

9:38 am on May 19, 2011 (gmt 0)

10+ Year Member



the only thing I have tried is
Redirect 301 /units/csa-va/ [americanwars101.com...]
and that did not work and
Redirect 301 /units/csa-va/index.html [americanwars101.com...]
and that gave me a internal server error