Quote:
|
Originally Posted by weblord i think it's working fine now but beware of using frames it limits your search engine listing specially on google
the best is wherever you host monetaryjournal.com, in your cpanel there add talkaboutprofit.com as parked domain so whenever you open talkaboutprofit.com you see monetaryjournal.com then on monetaryjournal.com create a redirect page to monetaryjournal.com/forum/ |
I'll try this one. But I don't get this one:
then on monetaryjournal.com create a redirect page to monetaryjournal.com/forum/
When I go to my control panel and on Parked Domains, it said:
Hint: Domains must be registered with a valid registrar before they can be parked. In addition, they will not be functional unless they are configured to point to our DNS servers.
How will I configure my domain to point to their DNS servers?
Please help..
I only have this in my index.template.php
// Show right to left and the character set for ease of translating.
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '><head>
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
<meta name="description" content="', $context['page_title'], '" />
<meta name="keywords" content="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" />
<script language="JavaScript" type="text/javascript" src="', $settings['default_theme_url'], '/script.js?rc3"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "', $settings['theme_url'], '";
var smf_images_url = "', $settings['images_url'], '";
var smf_scripturl = "', $scripturl, '";
// ]]></script>
<title>', $context['page_title'], '</title>';