0
Welcome Guest! Login
0 items Join Now

How to get domain address to link to www.domainaddress/store

  • How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
  • Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • This would require a .htacces file afaik. This requires a Linux/Apache (Windows/IEE using something else I think). Google for anything specific (because options are quite extensive :) ). Or you could do a javascript redirect on the domain to new extended address (disadvantage of this approach is that a user who has JS disabled (who should be shot instantly without questioning) will not be redirected).
    • Hernan's Avatar
    • Hernan
    • Sr. Rocketeer
    • Posts: 147
    • Thanks: 0
    • Student.

    Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • You can also use a html redirect:


      <head>
      <meta http-equiv="Refresh" content="0; url=www.domainaddress.com/store"> 
      </head>

      It's not the best option, but it doesn't require Javascript at least.
  • Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • The html soultion sounds simplest but why isn't it the best?

      Is the best both? The html would work for anyone that has JS disabled.

      My host is Liquid Web. I am pretty certain that they use Linux/Apache. They installed Joomla and so maybe I should ask them about redirecting my domain name.
    • Robert W's Avatar
    • Robert W
    • Elite Rocketeer
    • Posts: 815
    • Thanks: 0
    • IT

    Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • I would recommend using the .htaccess redirect fuction. Google it to find out more details.
    • Hernan's Avatar
    • Hernan
    • Sr. Rocketeer
    • Posts: 147
    • Thanks: 0
    • Student.

    Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • The HTML method is not good because your visitors are not redirected immediately, so there usually is a couple of seconds that the user must wait.

      For info about the .htaccess redirect, see here: www.webweaver.nu/html-tips/web-redirection.shtml . It's easy and the best option if you your server is Apache.
  • Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago
    • I'll check that out- but does the html method conflict with the other? Can the be a hierarchy so that if the fastest method doesn't kick, the backyp method does?
    • Hernan's Avatar
    • Hernan
    • Sr. Rocketeer
    • Posts: 147
    • Thanks: 0
    • Student.

    Re: How to get domain address to link to www.domainaddress/store

    Posted 15 years 1 week ago

Time to create page: 0.091 seconds