so my search engine friendly completely works fine on the live server, when im local host testing, everything about seo freindly is working without hiccups except i cannot seem to get the seourlsthrow301=TRUE to work correctly, anyone have a solution for setting this in windows 11 iis
so i found out what was causing the hiccup. we use <base href="http<% if request.servervariables("HTTPS")="on" then response.write "s"%>://localhost/" />
when we use the code above uncommented for localhost we just permanently removed the red s in the sample and it fixes the issue.