On 4/26/07, Chakrapani, Praveen Kumar Bellary (Contractor)
<[EMAIL PROTECTED]> wrote:
Error is page cannot be found.
I have tried with AddHandler server-parsed .htm still the same problem
mod_ext_filter has nothing to do with it.
Your problem still isn't clear, so I'll need to guess again. You have
a file named foo.shtm and you want to be able to access it under the
name foo.htm? Apache will not do this by default (in either 1.3 or
2.2) so you must have had something configured to make this happen.
One example would be
RedirectMatch ^/(.*)\.htm$ http://www.ftc.gov/$1.shtm
By the way, you should also delete the line
AddType text/htm .shtm
which is setting a garbage content type.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]