Indiana University
University Information Technology Services
  
What are archived documents?
Login>>
Login

Login is for authorized groups (e.g., UITS, OVPIT, and TCC) that need access to specialized Knowledge Base documents. Otherwise, simply use the Knowledge Base without logging in.

Close

How can I make Unix-based web browsers access a particular URL by default?

In Unix, you can add a line to the .cshrc, .profile, or .bash_profile initialization file located in your home directory, to redefine the WWW_HOME environment variable. This variable is honored by most web browsers.

If you use the sh or ksh shells, add the line below to your .profile file, but if you use the bash shell add the line to your .bash_profile:

export WWW_HOME=http://machine.address/~someuser/home.html

For tcsh and csh shells, add the following to your .cshrc file:

setenv WWW_HOME http://machine.address/~someuser/home.html

Replace http://machine.address/~someuser/home.html with your preferred URL. For example, if you are a bash shell user with the username dvader and you would like the browser to point to your own home page located at mypage.iu.edu, you would add the following line to your .bash_profile file:

export WWW_HOME=http://mypage.iu.edu/~dvader/home.html

At Indiana University, for personal or departmental Linux or Unix systems support, see At IU, how do I get support for Linux or Unix?

This is document begc in domain all.
Last modified on January 16, 2009.

Comments/Questions/Corrections

Use this form to offer suggestions, corrections, and additions to the Knowledge Base. We welcome your input!

If you are affiliated with Indiana University and would like assistance with a specific computing problem, please use the Ask a Consultant form, or contact your campus Support Center.

Contact Information

Note: We will reply to your comment at this address. If your message concerns a problem receiving email, please enter an alternate email address.