Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Martin 278 posts 662 karma points
    Jan 28, 2016 @ 12:13
    Martin
    0

    Simple 301 - Where to view list of 301's in file.

    Hi all, Im using the Simple 301 package for a clean, easy way for the content editor to organise the 301s.

    Is there a way to check if the 301s are being written to file. I cant seem to find any reference in the web.config file.

    Thanks

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 30, 2016 @ 11:31
    Jan Skovgaard
    100

    Hi Martin

    I suspect that the redirects are written to a table in the database rather than in the web.config, which would cause a recycle of the application pool each time...not ideal on a live site :)

    So I think you should try and have a look in the database and look for some tables that could be related to the package.

    If you would like to look through the source code as well it's available on Github here https://github.com/wkallhof/Simple301

    /Jan

Please Sign in or register to post replies

Write your reply to:

Draft