Softaculous


Topic : Redirect


Posted By: blur_02 on December 5, 2014, 1:34 pm
Hi there,

I would like to know if it's possible redirect using Webuzo?

Thanks

Posted By: valley on December 6, 2014, 5:57 am | Post: 1
Could you please elaborate  and explain in detail what exactly you wish to accomplish ?

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: bipul on December 6, 2014, 6:37 am | Post: 2
You can redirect website or any page by using the code : simply place this code at index.php your visitors will be smoothly redirect your new location.

PHP Code

<?php
Header
("HTTP/1.1 301 Moved Permanently");
Header("Location: http://www.example.com/");
?>


Posted By: valley on December 6, 2014, 10:07 am | Post: 3
You can certainly do this using Webuzo.

-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: blur_02 on December 6, 2014, 11:54 am | Post: 4
Quote From : valley December 6, 2014, 5:57 am
Could you please elaborate  and explain in detail what exactly you wish to accomplish ?


I would like to redirect a non existing URL to a live URL using 301:

www.mysite.com/it_does_not_exist

to

www.mysite.com/it_exist_but_it_is_too_long_url  :)

Posted By: blur_02 on December 6, 2014, 11:57 am | Post: 5
Quote From : bipul December 6, 2014, 6:37 am
You can redirect website or any page by using the code : simply place this code at index.php your visitors will be smoothly redirect your new location.

PHP Code

<?php
Header
("HTTP/1.1 301 Moved Permanently");
Header("Location: http://www.example.com/");
?>



Thanks bipul, but I would prefer not to create a new *.php file for every redirect I make. With cPanel it's possible to configure this very easily so I thought it would be possible to do the same using some webuzo feature.

Posted By: valley on December 9, 2014, 6:27 am | Post: 6
Quote
With cPanel it's possible to configure this very easily so I thought it would be possible to do the same using some webuzo feature.


Sir I have added this to our TO-DO list and shall have it implemented at the earliest.


-----------------------
Webuzo : Single User Control Panel
Join Webuzo :
Facebook
Twitter


Posted By: dhwebs on April 15, 2016, 5:57 am | Post: 7
Has any progress been made on redirecting a domain?  I want to redirect my primary domain to an add on domain.

Posted By: nutrivita on April 22, 2017, 3:46 pm | Post: 8
Goodmorning everyone
excuse the translation with google translator

I tried to create with Webuzo a redirect from mydomain.xxx to mydomain.xxx/cartella/ but I get error:
Redirected too many times

Maybe I should not use the redirect, what can I use?

thank you

Posted By: webuzo_manager on April 28, 2017, 6:12 am | Post: 9
Hi nutrivita,

We are aware of the issue, and the development team is working on a fix which will be released soon.

Thank you for reporting this issue.

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.