Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
ok, didn't get an answer so i tried using ISAPI_Rewrite 3 from helicon.
the problem now that the rewrite rules does a 301 to the new address ( i think it and epi write problem)
You can create a custom segment that looks at poperty on page to get around the simple url validation.
Try doing this in initialization module it should prevent the 301
var type = typeof(UrlRewriteProvider);
var field = type.GetProperty("FriendlyUrlExtension");
field.SetValue(null, ".html", null);
hi
wanted to know if i can change the validation of the simple address to allow extensions ?
for example name in url can contain aaa.html but the simple address i get an error
any suggestions ?