Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author John Godley

    (@johnny5)

    Your server is likely interpreting the .aspx in some special way. See this FAQ for PDFs which likely applies:

    https://redirection.me/support/faq/#pdf

    Thread Starter Rickp01

    (@rickp01)

    Hi John,
    I have a fix.

    I’ve added this to the .htaccess file:

    <FilesMatch “\.aspx$”>
    Order allow,deny
    Allow from all
    Satisfy All
    </FilesMatch>

    From with in the plugin when I use ‘check redirect’ it does show an error but the redirections work.

    Rich
    This might be useful information for anyone else having the same problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirects Not working’ is closed to new replies.