Image

Imagefrazer wrote in Imageapache

Redirect Match

Hello,

i would like to do this:

RedirectMatch 301 (.*)\.html$ $1
RedirectMatch 301 (.*)\.htm$ $1


but not to files in sub folders.

could some one please tell me how to do it?

thank you