ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,570
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
Route on Subdomain - Get help.example.com or media.example.com because you can.
Read more about this resource...
Route on Subdomain - Get help.example.com or media.example.com because you can.
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:
Replacing <example.com> with...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 ;
Read more about this resource...