I need to know if there is someone other there that would know the solution to this (and not the easy way out by just junking Frontpage :-)) Anyway, I have Frontpage extensions on my server and I edited the htaccess file to read
RewriteEngine on
RewriteRule ^local-(.*)-(.*)-(.*).html$ shop.php?Category=$1&SubCategory=$2&ID=$3
What happens is when
http://www.mysite.com/local-electronics-tv-1.html is typed in, the htaccess file makes it read it as http://www.mysite.com/shop.php?Category=$1&SubCategory=$2&ID=$3
Anyway, when I add this code to the htaccess file, it stops Frontpage from recognizing the web online. I have to physically remove the code temporarily from htaccess to edit it with Frontpage. Any ideas out there to solve this? I still want to use FP, so please no cracks :-)
Please look at
http://www.programmingtalk.com/showt...4&goto=newpost and see where I have gotten to. Thanks! By the way, that code idea worked for the url transformation.