Home
TeamSite
Is it possible to change the URL in Address Bar.
pranav
Hi All,
I am maintaining site through standard interface(Editors don't have the rights to enter into professional interface ).For this i have customized my standard interface using on jsp .this jsp contains the link to each of the individual page in site.
Now when i click on the link i get the page to edit and the URL is appearing in the address bar as ::
http://localhost/iw-mount/default/main/_com/performancepigments/WORKAREA/content/htdocs/performancepigments/products/Paper.html
[/]
Now i want to modify the viewing of this URL.I want this url to to show something else, not the exact path of the workarea.
is there any possibility to do so ?
-Best Regards,
Pranav Thakur
Find more posts tagged with
Comments
Valentine
I am sure that you can play with the Aliases in the web server (the one that is serving /.iwmnt.
I am sure this could be done with rewrites and some aliases. Again, this applies to apache, not so sure about IIS features.
LooseCannon
One solution is to hide the address bar all together
abackenr
both this url
http://localhost/iw-mount/default/main/_com/performancepigments/WORKAREA/content/htdocs/performancepigments/products/Paper.html
and this one
http://localhost/iw-mount/htdocs/performancepigments/products/Paper.html
should be pointing at the same asset
staff engineer @ interwoven
Migrateduser
All of these suggestions are very good, so far. You might also consider virtualization so that if you want something very specific, you could do it through iwproxy remaps. Just another way to do this...
Dave
Current Environment(s):
(1) TS 6.5 on W2K3
(2) TS 6.1 SP1 on W2K3
By the way, I miss Unix terribly.