Hi John I've updated a few dnn sites to dnn 04.05.04.
And now I want to setup pageblaster again.
I've seen that there are a few lines more in the HttpModules section in web.config [!-- HttpModules for Common Functionality --]
[httpModules]
[add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression"/]
[add name="RequestFilter" type="DotNetNuke.HttpModules.Compression.RequestFilter.HttpModule, DotNetNuke.HttpModules.Compression" /]
[add name="UrlRewrite" type="DotNetNuke.HttpModules.UrlRewriteModule, DotNetNuke.HttpModules.UrlRewrite"/]
[add name="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" /]
[/httpModules] In your Snapsis.PageBlaster.readme.txt file
You've said that you've to remove the following line: [!-- [add name="Compression" type="DotNetNuke.HttpModules.Compression.HttpModule, DotNetNuke.HttpModules.Compression"/] --] (do not use the compression from dnn) I think that in the new dnn version 04.05.04 I've to remove also the following line: [!-- [add name="RequestFilter" type="DotNetNuke.HttpModules.Compression.RequestFilter.HttpModule, DotNetNuke.HttpModules.Compression" /] --] Is that correct?...
What does the requestFilter exactly? PS
The < is changed to [
The > is changed to ]
in the above code. |