Wednesday, November 24, 2010

How do i change the link on my website from .html to a /?

In my website i want to change the extension from .html to a forward slash like this /. I want it to do for all the extensions on my pages. If someone can please tell what code i have to insert and where.How do i change the link on my website from .html to a /?make the main page index.html



so instead of www.website.com/index.html



it will load www.website.com/



Then make each other page into a new directory/folder, and each of those called index.html



instead of www.website.com/page2.html



you'll get www.website.com/page2/



you understand?How do i change the link on my website from .html to a /?You can do this with Rule Rewriting on Apache servers.



Here is a tutorial to explain it's usage:



http://www.yourhtmlsource.com/sitemanage
  • ideas for a cool name
  • first kiss advice
  • How can i change the download link on piratebay.org?

    Well everytime i try to download something on piratebay.org it comes up as a particle illusion demo. From something i did last time i download ed.

    How can i change the link so i can download that whatever its gonna download? PLEASE HELPHow can i change the download link on piratebay.org?You may be clicking the big green download button that's taking you to an advertisement page. Instead, click 'Download this torrent', which is just below the big green download button.

    How do i change the link size in my top friends area on myspace?

    how do i change the link size on my top friends? i have a few friends with long display names that stretch my page, but hiding the links does not solve the problem. it still stretches the page, all the while, you can't see the link. how do i change the link size in JUST the friends/comment area? or squish my friends together somehow to avoid a stretched page due to long display names with no spaces?How do i change the link size in my top friends area on myspace?It depends on your layout.

    How do you make the text in a link change when you put your mouse over it? (HTML)?

    It is a link and it says Frank N. Furter and when I put my mouse on it I want it to say A Scientist! How do I do this?



    %26lt;a href=%26quot;frank.html%26quot;%26gt;Frank N. Furter%26lt;/a%26gt;How do you make the text in a link change when you put your mouse over it? (HTML)?The simplest solution that I can think of is to use the onmouseover and onmouseout event attributes to change this.innerHTML as in:



    %26lt;a href=%26quot;frank.html%26quot; onmouseover=%26quot;this.innerHTML='A Scientist!'%26quot; onmouseout=%26quot;this.innerHTML='Frank N. Furter'%26quot;%26gt;Frank N. Furter%26lt;/a%26gt;



    For more on other attributes you can use with the HTML A Tag see: http://www.html-tags-guide.com/html-a-taHow do you make the text in a link change when you put your mouse over it? (HTML)?http://www.web-source.net/web_design_tipHow do you make the text in a link change when you put your mouse over it? (HTML)?%26lt;script type=%26quot;text/javascript%26quot;%26gt;

    %26lt;!--

    function changeText(id,text)

    {

    var obj = document.getElementById(id);

    obj.innerHTML=text;

    }

    //--%26gt;

    %26lt;/script%26gt;



    %26lt;a href=%26quot;frank.html%26quot; id=%26quot;frank%26quot; onmouseover=%26quot;changeText('frank','A Scientist!')%26quot; onmouseout=%26quot;changeText('frank','Frank N. Furter')%26quot;%26gt;Frank N. Furter%26lt;/a%26gt;

    How can I make the entries in 2 lists change the link of a button on my website?

    I have 2 lists that depending on their values will lead to different links but I want to always be able to press 1 button.



    for example:



    list 1 value = red

    list 2 value = boat

    press the send to site button and you get sent to RedBoat.com



    now change values to

    list 1 value = blue

    list 2 value = car

    press send to website button and get sent to BlueCar.comHow can I make the entries in 2 lists change the link of a button on my website?I don't know whether you are actually changing the values of the list or not. I don't really need to know that though.



    To get the one button to be able to do what you want, I would use JavaScript and do something like this:



    function buttonPress() // Call it whatever you want.

    {

    if (typeof buttonPress.value1 == %26quot;undefined%26quot;) // Checks whether you have set a value to value1 or not. A value would not have been set on the first call to this function.

    {

    buttonPress.value1 = %26quot;red%26quot;;

    buttonPress.value2 = %26quot;boat%26quot;;

    }

    else if (typeof buttonPress.value1 == %26quot;red%26quot;)

    {

    buttonPress.value1 = %26quot;blue%26quot;;

    buttonPress.value2 = %26quot;car%26quot;;

    }

    // Then combine the two values and the %26quot;.com%26quot;

    // Send the person to the website.

    }



    Note, I have not tried this, so I don't know if it will work. You may need to test it and make some changes for it to work as you want.

    How to change Email link to MSN from the default outlook express ?

    You know when you click an e-mail link and the out look express pops up, I want the Msn email programs to pop up instead of the outlook thanksHow to change Email link to MSN from the default outlook express ?Iknow what your trying to do , but none of the others have it right , wah I would do is contact Msn and post this question in their forarm.

    NigelHow to change Email link to MSN from the default outlook express ?if you are using vista or 7, click start button, press default programs, and change it from there :-)How to change Email link to MSN from the default outlook express ?You have to set that in your browser settings somewhere. For firefox its tools/options/applications tab, then you scroll down and find the 'mailto:' content type (right column). In the left column of Actions for that content, it should be set for MS Outlook. You can change it to a different mail client.



    Not sure about other browsers - I pretty much only use Firefox.How to change Email link to MSN from the default outlook express ?I have no clue soz
  • name in hebrew
  • ireland
  • How to change Email link to MSN from the default outlook express ?

    You know when you click an e-mail link and the out look express pops up, I want the Msn email programs to pop up instead of the outlook thanksHow to change Email link to MSN from the default outlook express ?Iknow what your trying to do , but none of the others have it right , wah I would do is contact Msn and post this question in their forarm.

    NigelHow to change Email link to MSN from the default outlook express ?if you are using vista or 7, click start button, press default programs, and change it from there :-)How to change Email link to MSN from the default outlook express ?You have to set that in your browser settings somewhere. For firefox its tools/options/applications tab, then you scroll down and find the 'mailto:' content type (right column). In the left column of Actions for that content, it should be set for MS Outlook. You can change it to a different mail client.



    Not sure about other browsers - I pretty much only use Firefox.How to change Email link to MSN from the default outlook express ?I have no clue soz