Article Name Before domain Name In URLs - Joomla! Forum - community, help and support
hi,
found guide "how put domain name after title"
but code bit different in newer joomla releases.
what want is, if domain www.domain.com
and create page titled test1, url should test1.domain.com
instead of default domain.com/page?info_stuff
found guide "how put domain name after title"
but code bit different in newer joomla releases.
code: select all
$buffer .= $tab . '<title>' . htmlspecialchars($document->gettitle(), ent_compat, 'utf-8') . '</title>' . $lnend;what want is, if domain www.domain.com
and create page titled test1, url should test1.domain.com
instead of default domain.com/page?info_stuff
that article , code changing page title. talking changing url create subdomains not possible
Comments
Post a Comment