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 would like to enable certain domains for logging.
Sometimes i just need to debug a few thing, without the need to update database and media files on local setup.
But this causes SEO Checker for invalidate ~/media/0000/image.jpg on all templates. And create inbound link errors.
lets say, if complication debug is true, then SEO Checker should not create inbound issues?
Best to delete those errors before going live. If you really want to you can remove the urlhandler from web.config in development mode.
Thanks, that works perfectly. I added the handler to web.release.config.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Enable issue logging for certain domains
I would like to enable certain domains for logging.
Sometimes i just need to debug a few thing, without the need to update database and media files on local setup.
But this causes SEO Checker for invalidate ~/media/0000/image.jpg on all templates. And create inbound link errors.
lets say, if complication debug is true, then SEO Checker should not create inbound issues?
Best to delete those errors before going live. If you really want to you can remove the urlhandler from web.config in development mode.
Thanks, that works perfectly. I added the handler to web.release.config.
is working on a reply...