Route on Subdomain

Unmaintained Route on Subdomain 1.0.3

No permission to download
Compatible XF 2.x versions
  1. 2.1
Additional requirements
XenForo 2.1.0+
PHP 7.2.0+
License
MIT
Visible branding
No
Route on Subdomain
This add-on allows setting routes to be used on specific subdomains.

Installation
After installing the add-on like you would install any other add-on, you must add these lines to your config.php:

PHP:
$config['cookie']['domain'] = '.<example.com>'; // this is so cookies are available on every sub-domain

Replacing <example.com> with your own host. You'll also need to update nginx/apache/etc host configuration file to support the routes that you have enabled.

Once the cookie domain is updated in the config.php file you can proceed to enable routes on subdomain via ACP > Setup > Navigation > Routes on subdomain.

License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Author
TickTackk
Downloads
67
Views
2,329
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from TickTackk

Latest updates

  1. More bug-fixes

    Fix: Pasting image from clipboard into editor fails (#18) Fix: Minified attachment_manager.js is...
  2. Fix CORS Preflight failing

    Fix: CORS Preflight fails (#12) Change: Rename App class to Listener (#13) Change: Code event...
  3. 1.0.1

    Fix: AJAX fails on Internet Explorer (#10)

Latest reviews

I don't know how this add-on has so few downloads. In fact, it should be a core feature as it is so flexible and super easy to set up. Thank you!
Top Bottom