How do redirect you a web page?

Hello...

I am trying to redirect a Web page of a .net site location initial .com.  Basically if someone types in the www.namehere.net I want that they be transmitted on the site www.namehere.com.  What is a simple command?

Prodigy9 wrote:

Hello...

I am trying to redirect a Web page of a .net site location initial .com.  Basically if someone types in the www.namehere.net I want that they be transmitted on the site www.namehere.com.  What is a simple command?

If you have two simple domain names is to change the CNAME record held by your registrar.  For this you must login to their cPanel (or any system they use) and follow the appropriate instructions.  Have you tried your Registry Office Web site if they have the help files for this?  They should have because it is the most common and regular actions required by webmasters around the world.  For example, they could buy a domain name from an agent but decide to host the site themselves on their servers or use a completely different person in a different country.  WikiLeaks is hosted in a host of test bombs in Sweden, just in case the United States decides to bomb their site!

For example to connect to the Web site where you bought your domain name dot net and then point it on the DNS of your website dot com.

I hope this helps.

Tags: Dreamweaver

Similar Questions

  • Flash to redirect to other web pages


    I did a web application, so I have the intro part, or I called a splash screen that makes flash.
    My problem, I want to redirect to another web pages that is JSP after the flash animation is complete, then it redirects to another page.
    How many codes which in actionscript?
    Its looks like a "SKIP INTRO" so if you do not skip the intro, it redirects to another page.
    Pls thank you. !

    in AS2.0, you would simply use the event getURL on the last frame of the animation of splash screen.

    getURL ("www.thisweb.com", "_this");

    I think it's the script you'll need.

  • How can I get (record) web pages to work when im offline

    How can I get (record) web pages to work when im offline. I can't find any setting for this.can help you

    Try the Read It Later addon.
    https://addons.Mozilla.org/en-us/Firefox/addon/7661/

  • How do I create a web pages with Adobe Muse reagent? I think it's a great tool and must Access the functionality just like Edge reflow. And is it possible to import works of reflow to Muse?

    How do I create a web pages with Adobe Muse reagent? I think it's a great tool and must Access the functionality just like Edge reflow. And is it possible to import works of reflow to Muse?

    Hello

    Please check a few suggestions given in this thread you can create sensitive sites with Adobe Muse?

  • Redirect to a Web page of the model

    I would like to automatically redirect on one Web page to another. The problem is that the first Web page was created and a model has been applied, so now when I try to "Insert/HTML/Head Tags/Refresh" Dreamweaver cannot apply the update because the model has locked the cephalic region. How can I automatically redirect from a Web page that has a nonmodifiable head, or how to make the head region of the editable template so that a redirect to 'Refresh' can be added to the head tag?

    the title of the document is editable?
    Insert the meta refresh, after the title closing and before closing
    Comment by model.

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    I have need of an arrow or a kind of icon that points and moves to alert the user of the website to scroll down.  Are there widgets or is there a method to move an image in its own.  In addition, how to get my muse Web page to scroll automatically?

    A Google search for "animated gifs arrows" returned hundreds of animated arrows.

  • How can I get a Web page to load dialog boxes after you click by mistake on "prevent this page from creating additional dialog boxes?

    I still need to be able to have dialogues load with the Web page. I'm not able to see all of the images on this site because by clicking on this button by mistake. Empty the cache does not solve the problem; Create my profile does not correct the problem. Firefox needs to address this issue, as it happens too many web apps.

    Jscher200... you rock! Real Player was the problem. I've uninstalled it. I'm not taking any chances for the part of the application on my system, and my Flash Slide show works perfectly well. I was running down the wrong alley because I assume a relationship between the snap of him "to prevent additional pages of execution of dialog boxes" and the absence of images via the Flash Player. Thank so much! Your tenacity and discipline helped me tremendously.

  • On a w form Validation, how to redirect to a custom page

    Hello. I created a form in Dreamweaver CS5 that uses validating spry successfully. Once the form is submitted, the user is redirected to the home page. But I don't want this redirect.

    My question is, how can I have validated page redirect to a custom thank you page I designed? I do not know the code syntax / exact to write to do what I want and, even if I had the code, I don't know exactly where it should be placed. Please help if you can. Here is the source code. (Redirect) BTW, when I use Dreamweaver behaviors to add a URL, it ignores the required validation and allows you simply click the button submit and redirect.) Thank you very much!

    <! DOCTYPE HTML >

    < html >

    < head >

    < meta charset = "UTF-8" >

    "" < link href = "... / _css/main.css ' rel ="stylesheet"media ="screen, projection">

    "" < link href = "... / forms.css/_css" rel = "stylesheet" media = "screen, projection" >

    < title > < / title >

    <!-[if lt IE 9] >

    " < script src =" http://ie7-js.googlecode.com/svn/version/2.1 (beta4) / IE9.js "> < / script > <! [endif]-->

    "" < script src = "... / SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script >

    "" < link href = "... / SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" >

    < script type = "text/javascript" >

    <!-* I think that the line of code for redirection is here? ... I don't know how to write code to redirect to the page I want to *->

    function MM_goToURL() {//v3.0

    var i, args is MM_goToURL.arguments; document. MM_returnValue = false;

    for (i = 0; i <(args.length-1); I += 2) eval(args[i]+".location='"+args[i+1]+"'");

    }

    < /script >

    < / head >

    < body >

    < header id = "pageHeader" >

    "< a href ="... / index.htm "" > < img src = ""... / _images/logo.gif "width ="170"height ="91"alt ="Logo of HMN"id ="logo"> < /a >"

    "" < img src = "... / _images/tagline.png" width = "296" height = "92" alt = "Slogan HMN' id 'slogan' = >

    < / header >

    < nav id = 'mainNav' >

    < ul >

    "< li > < a href ="... / index.htm "> home < /a > < /li >"

    "< li > < a href ="... / press.htm "> news < /a > < /li >"

    "< li > < a href ="... / about.htm "> on < /a > < /li >"

    "< li > < a href ="... / contact.htm "> Contact < /a > < /li >"

    < /ul >

    < / nav >

    < br class = 'clear' >

    < div class = "headerContact" >

    < / div >

    < section >

    <!-the webformmailer.php file is located on the web at godaddy.com where server issues->

    < section id = "Request" >

    < id p = "intro" > ask your link to download < span id = "highlight" > </span > media Kit, please provide the following information: < /p >

    "< name of the form = 'Request' method ="post"action ="... /... / webformmailer.php "> < id p ="formCaption"> the fields marked with * are required." < /p >

    < p > < span id = "sprytextfield1" >

    < label for = "FirstName" > name: * < / label >

    < input type = "text" name = "FirstName" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield2" >

    < label for 'name' = > name: * < / label >

    < input type = "text" name = "name" id = "name" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p > < span id = "sprytextfield3" >

    < label for 'society' = > company: * < / label >

    < input type = "text" name = "company" id = "company" >

    < span class = "textfieldRequiredMsg" > (required) </span > < / span > < / p >

    < p >

    < label for = "address" > address: < / label >

    < input type = "text" name = "address" id = "address" >

    < /p >

    < p >

    < label for = "address_2" > address 2: < / label >

    < input type = "text" name = "address_2" id = "address_2" >

    < /p >

    < p >

    City of < label for 'city' = >: < / label >

    < input type = "text" name = "City" id = 'city' >

    < /p >

    < p >

    State of < label for 'State' = >: < / label >

    < input type = "text" name = 'State' id 'State' = >

    < /p >

    < p >

    < label for "zip" = > Zip: < / label >

    < input type = "text" name = "zip" id = "zip" >

    < /p >

    < p > < span id = "sprytextfield4" >

    < label for = "email" > Email: * < / label >

    < input type = "text" name = "email" id = "email" >

    < span class = "textfieldRequiredMsg" > (required) </span > < span class = "textfieldInvalidFormatMsg" > Invalid format. </span > < / span > < / p >

    < p >

    < input name = "submit" type = "image" id = "submit" onClick = "MM_goToURL ('parent', 'media_kit_download.htm'); return document. MM_returnValue"src ="... / _images/btn_submit.png ">"

    < /p >

    < p > < / p >

    < / make >

    < p >

    < /p >

    < / div >

    < / div >

    < / section >

    < / item >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "none", {validateOn:["blur"]});})

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("sprytextfield2", "none", {validateOn:["blur"]});})

    var sprytextfield3 = new Spry.Widget.ValidationTextField ("sprytextfield3", "none", {validateOn:["blur"]});})

    var sprytextfield4 = new Spry.Widget.ValidationTextField ("sprytextfield4", "email", {validateOn:["blur"]});})

    < /script >

    < / body >

    < / html >

    You can try to change this:

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

    to: (thankyou.html is a custom page, you can configure)

    If ($landing_page! = "") {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) "" / $landing_page ");"

    }

    else {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    OR try the reverse, if the above does not work. I don't know what the variable $landing_page is referring to:

    If ($landing_page! = "") {}

    Header ("Location: http://www.yourDomain.com/thankyou.html");

    }

    else {}

    Header ("Location: http://". $_SERVER ["HTTP_HOST"].) " /");

    }

  • How can Firefox convert a Web page in another language in English please?

    When I open a Web page that is in French, how can I get Firefox to askme if I want the site translated into English? Firefox used to open a strip at the top of the Web page that allowed me to click Yes to translate the page. Firefox 3.6.13 does not now. I found that translation add-on to do not the case easily. Any ideas please?

    Who has never been an integrated option of Firefox, but would have been added by an extension. You already have the Google toolbar installed, which was an option to translate the pages.

    If you want not the Google dictionary extension, Google toolbar and Google Translate adds an entry in the Tools menu to translate a page - https://addons.mozilla.org/firefox/addon/google-dictionary-and-google-t/

  • How to print emails and Web pages only in black? I don't want to print in color.

    HP Officejet 8500 has more, Windows 7 64 bit.

    How to STOP the all-in-one color printing when printing emails or web pages?

    Chromdom

    Thank you.  Now I can put my color cartridges.

    Chromdom

  • How to stop all these web pages trying to load?

    My daughter and on 18 web pages signs trying to load, how can you stop that

    Hello

    We would like to collect information on your side, can you please answer the following questions:

    -Have there been changes to the computer or the program before this error?
    -What is the client version of parental control that you use?

    To do this, connect to the client Windows Live parental controls with the parent account, once connected, click on the questionmark icon and select parental control. The latest version is 15.4.3555.0308.

    -Can you clarify a few Web sites that opens when your daughter signs on his own?

    Thank you!

  • How can I get the web page to keep the button count value

    Hello
    I have a button that, whenever he is pressed by slices, a number. The number is displayed in a text box. This set works very well on my web page. However if I close the web page and then reopen it, the numbers go back to zero. How can I keep the number is (for example 10) and keep incrementing?
    I have the button on frame 1 and the text on the image 2 box.

    Thank you
    Paul

    Resolved to myself. Much less complicated that I was trying. Hope this helps someone else.

    var my_so:SharedObject = SharedObject.getLocal ("savedShare", "/");
    dir_btn.onRelease = function() {}
    If (my_so.data.count == undefined) {}
    my_so. Data.Count = 1;
    }
    else {}
    my_so. Data.Count ++;
    my_so. Flush();
    }
    trace ("my_so.data.count =" + my_so.data.count);
    }
    so_txt. Text = my_so.data.count;

    Easy when you know how!

  • Redirect to another web page

    I need to redirect visitors to another another web page if they have less than Flash Player 7. I have javascript that allows me to post a link the page, but I want it to happen automatically.
    I guess I need some sort of javascript onLoad command, but I'm a newbie to javascript.
    The javascript code would be something like below, but the visitor won't have to click the link; He would go there automatically.

    else {/ / flash is too old or we can't detect the plugin}
    var alternateContent = 'alternate HTML content should be placed here. < BR > ".
    + ' This content requires Adobe Flash Player. '
    + '< a href = http://www.jlf.com/ > access the site Web of John Lemmon Films < /a >';
    document. Write (alternateContent); Insert content no flash

    Thank you...

    else put in your statement:

    Window.Location.href = "" http://yoururl.com/thispage.htm " "

  • After the last update, why now FF makes a sound when you open web pages?

    When I insert a web page on FF a sound. This started happening after update to 32.0.3. I want very much to this silence. TIA

    1. Do you use the NoScript extension? , It provides a hum of "mosquito" when a script is blocked. NoScritpt Options > Notifications-> Audio feedback when scripts are blocked
    2. Check the 'sounds' in the control panel. A recent Windows Update can have lit it.
  • How to open the saved web page

    I recorded my web pages with Mozilla Firefox, but I can't open a web page stored on Mozilla Firefox, however I can open these pages on other web browsers such as internet explorer, chrome.when I try to open the pages on Mozilla happens on the page "Start Page of Mozilla Firefox. so please help me.

    Yes. I can open in a new tab. How can I open it by clicking on the icon?

Maybe you are looking for