• wordbill

    (@wordbill)


    I am trying to set up this plug in and am having no luck.

    I set up a WordPress module and a group, but can’t see where I can modify the module settings such as Canonical and strip index.

    The first few redirects I set up don’t work. I get a 404 page instead.

    My .htaccess file contains this code to allow me to run the site in the root directory while the wordpress code is in another directory:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /sandbox/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /sandbox/index.php [L]
    </IfModule>

    # END WordPress

    Does this conflict with the plugin?

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

    (@johnny5)

    The module settings are no longer part of Redirection as they are now handled by WordPress itself.

    Are the redirects you’ve created accessible to WordPress? The plugin can only handle URLs that fall under control of WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Redirection] Modify module settings’ is closed to new replies.