Switching installation to different subdomain - Joomla! Forum - community, help and support
hi folks,
i tried switch domain 1 joomla installation (both installations in different sub-directories on same server). testing purpose created following sub-domain structure:
at moment my-domain.com pointing base directory of joomla 2.5 installation , works well.
as change base directory of my-domain.com joomla 2.5 joomla 3.3 installation (using parallels) , try access domain via http://mydomain.com , can not access second language more (error 404 - page not found). first language works fine. when trying access backend through http://my-domain.com/administrator, jumps http://joom33.my-domain.com/administrator.
accessing same platform via sub-directory http://joom33.mydomain.com continuous fine , can access content of both languages.
no .htaccess being used.
i not understand why happens, , how solve issue.
any bright idea welcome. attention
i tried switch domain 1 joomla installation (both installations in different sub-directories on same server). testing purpose created following sub-domain structure:
- joom25.my-domain.com hosting joomla 2.5 installation (multilingual).
- joom33.my-domain.com hosting joomla 3.3 installation (multilingual).
at moment my-domain.com pointing base directory of joomla 2.5 installation , works well.
as change base directory of my-domain.com joomla 2.5 joomla 3.3 installation (using parallels) , try access domain via http://mydomain.com , can not access second language more (error 404 - page not found). first language works fine. when trying access backend through http://my-domain.com/administrator, jumps http://joom33.my-domain.com/administrator.
accessing same platform via sub-directory http://joom33.mydomain.com continuous fine , can access content of both languages.
no .htaccess being used.
i not understand why happens, , how solve issue.
any bright idea welcome. attention
hi folks,
problem based in entry of configuration.php, slipped out of eyes.
the following line still showed sub-domain:
removing sub-domain, worked well.
anyway, thank attention.
b/rgds
problem based in entry of configuration.php, slipped out of eyes.
the following line still showed sub-domain:
code: select all
public $live_site = 'http://joom33.my-domain.com';
removing sub-domain, worked well.
anyway, thank attention.
b/rgds
Comments
Post a Comment