>
Download This Plugin | |
Download Elegant Themes | |
Name | MQ ReLinks |
Version | 1.6 |
Author | maiq |
Rating | 0 |
Last updated | 2015-03-10 01:49:00 |
Downloads |
1970
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
MQ ReLinks plugin added 13 bytes of resources to the Home page and 11 bytes of resources to the sample Post page.
MQ ReLinks plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! MQ ReLinks plugin ads no tables to your Wordpress blog database.MQ ReLinks is a wordpress plugin which allows you to easy make all external links in posts, comments and author links non external, by using a redirect. In stead of a direct link to another site, the plugin will create a link to a out.php file that will redirect to the requested URL. They can be opened in a new window or in the same one. You can configure the post, comment and author link options in the administration area.
For configuration go to Options>MQ ReLinks
A redirected link will look like this:
http://www.maiq.info/wp-content/plugins/mq-relinks/out.php?url=http://www.wordpress.org/
Or you can edit it to look like this:
http://www.maiq.info/out/http://www.wordpress.org/
To do so you have to edit the .htaccess file and add a line of code:
RewriteRule ^out/(.*)$ wp-content/plugins/mq-relinks/out.php?url=$1 [L]
right after this part of code: