Hi Josh,
There are 2 pieces in the web.config file that are affected. They include the following:
- Under the <httpModules> node - <add name="PackFlashSEO" type="PackFlash.DNN.Modules.SEO.HttpModules.SEOModule, PackFlash.DNN.Modules.SEO.HttpModules" />
- Under the <modules runAllManagedModulesForAllRequest="true"> node - <add name="PackFlashSEO" type="PackFlash.DNN.Modules.SEO.HttpModules.SEOModule, PackFlash.DNN.Modules.SEO.HttpModules" preCondition="managedHandler" />
Removing both of these means that the module will not have any way to run.
FYI - you should be able to add both of these back into the web.config automatically with the button on the "Settings" page by clicking "Install to the Web.config" at the bottom of the page. You may have to click it once to make it think it removed it first since it is a toggle.
I hope that helps.
Chris