I am stumped. Can't get the following to work. Basically all it is suppose to do is if some calls a hello.html file it should grab the hello.shtml file.
RewriteEngine On
RewriteBase /
RewriteRule ^(.*).shtml$ /$1.html
So far all i get is 404 errors. This rewrite is placed in a .htaccess.
Thanks ahead of time
KUB356