Hi,
I am trying to put the site at a folder and only a redirect page at the root. Say the default page would redirect visitors to /home. Is there a plugin would do that? Would you suggest me to do that? Is Enfold capable of doing it?
thanks,
Hi yukanl!
Maybe these plugin will help:
http://wordpress.org/plugins/redirection/
http://wordpress.org/plugins/safe-redirect-manager/
Best regards,
Ismael
Ismael,
This is what exactly I want to achieve,
1. enfold site is at site.com/go.
2. visitor visiting site.com would be directly redirected to site.com/go.
in this case, installation of a plugin to the site.com/go directory would not have any configuration/files added to site.com’s root directory. If so, how can visitors of site.com be redirected to site.com/go?
Can these plugins achieve that?
cheers,
Hey!
You don’t need to install a plugin on the site.com domain but just create a text file, name it index.php, paste the code from here: http://php.about.com/od/learnphp/ht/phpredirection.htm into it and change the website url. Then upload it into the main server directory and you’re ready.
Best regards,
Peter
Thank you, Peter!