<P>
  <BR>
Hi All,<BR>
I have removed the /opencms/opencms part from the url in the Address Bar by adding the following code in httpd file of Apache HTTP Server.<BR>
<BR>
<IfModule mod_rewrite.c><BR>
RewriteEngine on<BR>
#RewriteLog "/var/log/httpd/rewrite.log"<BR>
#RewriteLogLevel 1<BR>
<BR>
#Redirect root URL entry through proxy. URL<BR>
RewriteRule ^/$ /opencms/opencms/myapplication/ [P]<BR>
<BR>
#Redirect all entries to /internet/  I have a directory that I want as the root of the site<BR>
RewriteRule ^/opencms/opencms/myapplication/?(.*)$ /myapplication/$1 [R]<BR>
<BR>
#Redirect admin login properly. Can use RewriteCond to make login secure by use host variable or whatever.<BR>
RewriteRule ^/system/login$ /opencms/opencms/system/login [R]<BR>
<BR>
#Redirect to system files<BR>
RewriteRule ^/opencms/(.*)$ http://localhost:8080/opencms/$1 [P,QSA]<BR>
<BR>
#Redirect all /myapplication/ page through tomcat<BR>
RewriteRule ^/myapplication/(.*)$ http://localhost:8080/opencms/opencms/myapplication/$1 [P,QSA]<BR>
</IfModule><BR>
<BR>
But, what the strange thing is that /opencms/opencms is still visible in the Status Bar of the browser when we move over or click any image.<BR>
Any body please tell me how to avoid this situation...or tell me how to remove the url from the status bar.<BR>
<BR>
Thanks in advance.<BR>

</P>


Regards, <br>
Syed Mujahid Basha, <br>
GCI Solutions Pvt. Limited, <br>
www.g-c-i.com, <br>
Bangalore. <br>
<br><br>
<a href="http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3"><IMG SRC="http://adworks.rediff.com/cgi-bin/AdWorks/sigimpress.cgi/www.rediff.com/signature-home.htm/1963059423@Middle5?OAS_query=null&PARTNER=3" BORDER=0 VSPACE=0 HSPACE=0></a>