Posted by draphael on 10/30/05 21:34
"Mitja Trampus" <nun@example.com> wrote in message
news:3N89f.1003$h6.348198@news.siol.net...
> draphael wrote:
>> Hi,
>>
>> Is there a way to configure .htaccess so that requests for files ending
>> in .htm are redirected to the same file name but with an extension of
>> .html?
>
> Use mod_rewrite or the simpler mod_alias.
>
> I have very little experience with either, but I guess this should work:
> RedirectMatch permanent ^(.*)\.htm$ $1.html
worked like a charm! thanks so much!
best,
DRaphael
Navigation:
[Reply to this message]
|