Have I read the related troubleshooter articles above before posting (which pages?)? Yes
Have I searched the tickets before posting? Yes
Have I read the documentation before posting (which pages?)? Yes
Joomla! version: 2.5.11
PHP version: 5.3.25
MySQL version: (unknown)
Host: unlimitedwebhosting
Admin Tools version: 2.5.6 Pro
Description of my issue:
I am moving a website to a new server using Akeeba Backup. All is well. Before I change nameservers (the site is currently being accessed by an entry in the hosts file). I'd like to configure a subdomain
For the old site, there was no subdomain. The site was accessed via a subfolder:
http://mydomain.com/oldfolder
For the transferred site there is now a subdomain:
http://subdomain.mydomain.com
On the server the files for this exist in a new folder:
http://mydomain.com/newfolder
This means changing the entries in .htaccess maker from "oldfolder" to newfolder". However, what I want is to redirect everyhting for this site to http://subdomain.mydomain.com
Without doubt I must change the "Ssytem Configuration" section at the bottom of the .htaccess maker page. But to force access via the subdomain...
a) I could use Joomla's native redirect component
b) I could use Admin Tools' redirect component
c) It's likely I could use a URL rewrite in .htaccess maker
a) or b) will require two entries (to cope with the legacy urls out there):
http://mydomain.com/oldfolder --> http://subdomain.mydomain.com
AND
http://mydomain.com/newfolder --> http://subdomain.mydomain.com
Is this the right way to do it or should this best be done through .htaccess?
If the latter what should I do and where?
Thanks,
Ric