Need Help? Call (888) 433-2260
Follow Us On: 
PackFlash Support Forums
To post to this forum please Register or Log In.
 
PackFlash ForumPackFlash ForumSEO ModuleSEO ModuleTechnical Discu...Technical Discu...Disable SEO module through SQLDisable SEO module through SQL
Previous Previous
 
Next
 Disabled
New Post
 1/9/2012 1:18 PM
 
I have a site running in production, www.atssportsline.com. and I wanted to create a clone of it and do some testing.  I cloned the site but when I try to access the clone,http://www.ats-test.intellivine.com/ I keep getting a message in my browser that there are too many redirects.  Since I can't access my site is there a way that I can change some settings in SQL and/or in the web.config to disable the SEO module so that I can use the default DNN url so that I can figure out what's wrong?
New Post
 1/9/2012 4:44 PM
 
Hi Josh,

There are 2 pieces in the web.config file that are affected.  They include the following:

  1. Under the <httpModules> node - <add name="PackFlashSEO" type="PackFlash.DNN.Modules.SEO.HttpModules.SEOModule, PackFlash.DNN.Modules.SEO.HttpModules" />
  2. 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
Previous Previous
 
Next
 Disabled
PackFlash ForumPackFlash ForumSEO ModuleSEO ModuleTechnical Discu...Technical Discu...Disable SEO module through SQLDisable SEO module through SQL