Route on Subdomain

xF2 Add-on Route on Subdomain 1.0.3

No permission to download
Compatible XF Versions
2.1
Visible Branding
No
Additional Requirements
XenForo 2.1.0+
PHP 7.2.0+
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
$config['tckRouteOnSubdomain']['primaryHost'] = '<example.com>' // this is to differentiate real host vs. route ;
Replacing <example.com> with your own host. You'll also need to update nginx/apache/etc host configuration file to support wildcard.

Once above lines are added you can enable routes on subdomain via ACP > Setup > Navigation > Routes on subdomain.
Author
ENXF NET
Downloads
28
Views
1,147
Last update
Rating
0.00 star(s) 0 ratings

More resources from ENXF NET

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 Change: Rename App class to Listener Change: Code event listeners do...
  3. 1.0.1

    Fix: AJAX fails on Internet Explorer
Top