Hi,

I am Zico. I have been working on http://dspace.bracu.ac.bd/dspace
Now, i want to remove the last /dspace part from my url.

Here, i want to add that, i have been using Fedora-7, apache tomcat,
java-1.5.

At least i need to redirect my current page. It means, user will know about
the *actual* url address, which is http://dspace.bracu.ac.bd ; then will
enter this address, but it will redirect them automatically into
http://dspace.bracu.ac.bd/dspace

For this, i tried with html tagging in my index.html page of apache-tomcat.
It`s location: */usr/src/apache-tomcat/webapps/ROOT/index.html*

The tag i used:

<head>
...
<meta http-equiv="REFRESH" content="0"; url=http://dspace.bracu.ac.bd/dspace
>

...

</head>

But, it didn`t work for me.

Can you please help me?


-- 
Best,
Z

Reply via email to