[mapguide-users] About the url

Chris Gountanis cgountanis at mpower-tech.com
Sun Mar 4 02:34:07 EST 2007


You could also just make a generic page that redirects to your long url. For
example http://yourweb/customer1.htm --redirects--> to long url. You could
do some cool things with host header files and virtual directories as well
if you feel so inclined. But yeah if you want to try and hide the long URL a
frame might be the only way, not full proof though.

Chris
 
 
 

-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of Hidekazu
Shimaji
Sent: Sunday, March 04, 2007 1:23 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] About the url

Hi,

To shorten the url, how about using a html frame?
For example:

<HTML>
<HEAD>
<TITLE>MapGuide FrameSet</TITLE>
</HEAD>
<FRAMESET ROWS="*">
	<FRAME
SRC="/mapguide/mapviewerdwf/?WEBLAYOUT=Library%3a%2f%2fSamples%2fSheboygan%2
fLayouts%2fSheboyganAsp.WebLayout"
NAME="MapGuideFrame">
</FRAMESET>
</HTML>

The html's url can be short, can't it?

But This is not the best idea 
because transfering the above html makes a data traffic slightly increase.

Hidekazu

--- Anil Jose <akj006 at gmail.com> wrote:

> Hi Everyone,
> 
> Could you please help anybody for wrapping my long url got from the studio
> to a short url like http://localhost/mapguide/customer.html.
> 
> Thanks.
> > _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 

_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users



More information about the mapguide-users mailing list