Title: [Plugin: Redirection] Modify module settings
Last modified: August 19, 2016

---

# [Plugin: Redirection] Modify module settings

 *  [wordbill](https://wordpress.org/support/users/wordbill/)
 * (@wordbill)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-redirection-modify-module-settings/)
 * 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](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-redirection-modify-module-settings/#post-2043630)
 * 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.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [John Godley](https://wordpress.org/support/users/johnny5/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-redirection-modify-module-settings/#post-2043630)
 * Status: not resolved