WordPress Dashboard Interface For Controling Permalinks And .htaccess File

Now you can customize and control permalinks structure and .htaccess file direct from your WordPress admin areadashboard. WP htaccess Control should really be called as htacess and Rewrite Control plugin. The plugin provides you an easy interface for customizing htaccess file generated by WordPress and also its permalinks structure of author, category, archives, pagination and custom taxonomies.

After you install and activate WP htaccess Control plugin, visit Dashboard -> Settings ->htaccess Control page. Now here is a big options page divided in many sections that full fills your customization needs easily. Following is the list of important configuration settings your can set from this plugin’s options page:

  1. You can customize htaccess file generated by WordPress;
  2. You can remove any custom taxonomy’s slug base from permalinks;
  3. You can remove category base from permalinks;
  4. You can removing author base from permalinks;
  5. You can customize Author Permalink Base;
  6. You can customize Paginated Permalinks (translate “page” word on permalinks to your own language);
  7. You can customize (and canonization) of the Search Permalink Base;
  8. You can do Creation of Category, Author, Tag and Custom Taxonomy based archives (ex:“http://your-site.com/category/stories/2010/12″“http://your-site.com/author/admin/2010/12/page/2″ and “http://your-site.com/tag/wordpress/2010/12″), this will also work if you’ve removed the base slug;
  9. You can activate Maintenance Mode;
  10. You can do wp-login.php redirection.

Other than this you can add htaccess rules, following are some easiest and suggested rules given on this plugin’s page:

  1. Set 403 error page;
  2. Set 500 error page;
  3. Jim Morgan’s htaccess;
  4. Use mod_gzip if available;
  5. Disable directory browsing;
  6. Use mod_deflate if available;
  7. Limit maximum file upload size;
  8. Protect .htaccess file from access;
  9. Disable and redirect file hotlinking;
  10. Disable and redirect image hotlinking;
  11. Protect wp-config.php file from access;
  12. Force canonical url (WWW or non-WWW);
  13. Set admin email on server generated error pages;
  14. Disable ServerSignature on server generated error pages.
  15. Protect comments.php from spam bots coming from nowhere.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.