Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1909 days ago
Is Gabriel Gateway Redirect URLs abandoned?
Possibly abandoned (last update 1909 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Gabriel Secure Gateway URL redirection. This plugin enables WordPress to rewrite URLs & links as needed when users access the site using a Gabriel Secure Gateway. When accessing the WordPress site using a mobile Gabriel device (or other Gabriel VTUN device) traffic is routed through localhost in order to tunnel through the VPN. Since WordPress will try to redirect requests back to the site url, this plugin will keep users on the same host:port while navigating the site. See the installation section for more details.
This plugin requires “mod_rewrite” to be enabled on your web server. Additionally, “AllowOverride All” should be added to your site config, if not already enabled. See the installation instructions for more details.
This WordPress plugin is licensed under the MIT license. This license ONLY applies to the gabriel_gateway_redirect_urls.php file.
Copyright 2020 VirnetX
https://www.virnetx.com
Installation
- Install Gabriel on the same device running the web browser. (Client device)
- Install Gabriel on the same server as the WordPress host. (Server device)
- On the web server, enable “mod_rewite” – “sudo a2enmod rewrite && sudo systemctl restart apache2.service”
- Edit your sites “.conf” file to enable “AllowOverride All” – “sudo vi /etc/apache2/sites-enabled/000-default.conf”
Example site “Directory” in conf file:
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.0
- Initial commit