Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I can't seem to make the module in SEO Checker that fix links automatically work.
The redirects I make in the Redirect Manager doesn't work - no inbound link errors is shown, nor does it change extensions from .php to .aspx.
I have checked all the Redirect settings and the URL Rewriting in the Configuration. Any idea what I'm doing wrong?
I'm using SEO Checker V1.5.2 on Umbraco 6.1.6
RegardsBerit
Hi Berit,
Make sure you are using IIS7/8 in Integrated mode and make sure the following modules are configured in the System.Webserver/modules section in the web.config file.
<remove name="SEOCheckerValidationqueueModule" /> <add name="SEOCheckerValidationqueueModule" type="SEOChecker.HttpModules.ValidationqueueModule, SEOChecker" /> <remove name="SEOCheckerUrlModule" /> <add name="SEOCheckerUrlModule" type="SEOChecker.HttpModules.UrlModule, SEOChecker" />
Hope this helps,
Richard
Hi Richard
That did it!! :-)
Thank you
Berit
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Redirects doesn't work in SEO Checker
I can't seem to make the module in SEO Checker that fix links automatically work.
The redirects I make in the Redirect Manager doesn't work - no inbound link errors is shown, nor does it change extensions from .php to .aspx.
I have checked all the Redirect settings and the URL Rewriting in the Configuration.
Any idea what I'm doing wrong?
I'm using SEO Checker V1.5.2 on Umbraco 6.1.6
Regards
Berit
Hi Berit,
Make sure you are using IIS7/8 in Integrated mode and make sure the following modules are configured in the System.Webserver/modules section in the web.config file.
Hope this helps,
Richard
Hi Richard
That did it!! :-)
Thank you
Berit
is working on a reply...