HTACCESS Redirect subdomain to controller - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: HTACCESS Redirect subdomain to controller (/showthread.php?tid=76360) |
HTACCESS Redirect subdomain to controller - harpreetsb - 05-06-2020 Hi, I am stuck at a problem with .HTACCESS FILE. Scenario: We have a domain https://example.com and the admin panel is in a folder like Code: application/controllers/manage/<controllers here> If someone goes to https://example.com/manage should be redirected to https://admin.example.com/manage. Both subdomain & main domain points to same directory. Also i want this to happen: If someone goes to any url like Code: https://admin.example.com/<anyhting-other-than-manage> Code: https://example.com/<anything-other-than-manage> Code: # gtranslate config |