Welcome Guest, Not a member yet? Register   Sign In
How to set redirect or change linked url of my page banner/logo
#1

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.
Reply
#2

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.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB