CodeIgniter Forums
How to set redirect or change linked url of my page banner/logo - 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: How to set redirect or change linked url of my page banner/logo (/showthread.php?tid=80264)



How to set redirect or change linked url of my page banner/logo - Smgary - 10-09-2021

Please I want to redirect my base url for a page in sub domain to another page on my main domain.
I tried redirects in cpanel. Also tried using httaccess but didn’t work properly.
Or if possible I can change the link attached to my logo/banner to another page instead of the base url or say index page.
I’m new to this. Please help.

Thanks.


RE: How to set redirect or change linked url of my page banner/logo - InsiteFX - 10-10-2021

You can try this one, not tested.

Code:
RewriteCond %{HTTP_HOST} b.website.com
RewriteRule ^([\s\S]*)$ http://a.website.com/index.php/$1 [R=301,L,QSA]

Let us know if it works for you.


RE: How to set redirect or change linked url of my page banner/logo - Smgary - 10-10-2021

I’ll put this in htaccess right ? I tried something similar. It worked but other file/page after sun domain.website.cc didn’t open. All redirecting