Sorry about that. It looks like when I packaged the latest release I didn't include the folders.
1. After unzipping the package, copy the Snapsis.HttpModules.PageBlaster.dll to your DotNetNuke /bin folder.
2. Then copy the Snapsis.PageBlaster.config file to the root of your website which is the folder that the DNN web.config file is in.
On a new install of this module you will not have the Snapsis.PageBlaster.config file yet, but on an upgrade it may already have your custom settings in it so you will not want to over-write it.
If this is an upgrade then please check the release notes to see if any new changes should be made to your Snapsis.PageBlaster.config file.
3. Then add the entry to your web.config file so that the httpModules section looks like this:
< httpModules>
< !-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->
< !--<add name="Compression" type="DotNetNuke.HttpModules.Compression.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" />
< add name="Exception" type="DotNetNuke.HttpModules.ExceptionModule, DotNetNuke.HttpModules.Exception" />
< add name="UsersOnline" type="DotNetNuke.HttpModules.UsersOnlineModule, DotNetNuke.HttpModules.UsersOnline" />
< add name="DNNMembership" type="DotNetNuke.HttpModules.DNNMembershipModule, DotNetNuke.HttpModules.DNNMembership" />
< add name="Personalization" type="DotNetNuke.HttpModules.PersonalizationModule, DotNetNuke.HttpModules.Personalization" />
< add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
< /httpModules>