My feeling is that #2 isn&#39;t going to work.  You may be able to set it up with an external redirect, but I think trying to hide the URL will make Fusion break as relative paths, etc will blow up.<div><br></div><div>There are other ways around this, such as creating your template under the /gis folder and adjusting the paths, hard-coding your application-definition (I think Fusion still looks for ApplicationDefinition.xml in the template folder).  A bit of work though, and you lose the flexibility of being able to change the application on the fly.  You could also look at embedding the map in an iFrame or something similar?</div>

<div><br></div><div>Jason</div><div><br><div class="gmail_quote">On 31 March 2011 14:34, ggdm wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi everybody,<br>


<br>
I&#39;m trying to rewrite URLs in Apache through mod_rewrite extension, in<br>
orderto:<br>
<br>
1. Shorten and simplify links to maps;<br>
2. Hide real URLs to users.<br>
<br>
My thought was to point to something like:<br>
<br>
<a href="http://www.somesite.com/gis" target="_blank">http://www.somesite.com/gis</a><br>
<br>
and going directly to:<br>
<br>
<a href="http://www.somesite.com/mapguide/fusion/template/mapguide/slate/index.html?ApplicationDefinition=Library://SomeFolder/SomeFlexibleLayout.ApplicationDefinition" target="_blank">http://www.somesite.com/mapguide/fusion/template/mapguide/slate/index.html?ApplicationDefinition=Library://SomeFolder/SomeFlexibleLayout.ApplicationDefinition</a><br>


<br>
No matter how long/hard I tried, I didn&#39;t succed in it<br>
<br>
My best result was editing httpd.conf and adding after<br>
<br>
<br>
<br>
this:<br>
<br>
RewriteEngine on<br>
RewriteBase /mapguide/<br>
RewriteRule ^gis<br>
fusion/template/mapguide/slate/index.html?ApplicationDefinition=Library://SomeFolder/SomeFlexibleLayout.ApplicationDefinition<br>
<br>
This way it redirects but didn&#39;t load anything (blank white page, although I<br>
can read &quot;slate&quot; in my tab name)<br>
<br>
Any help is really appreciated.<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Mapguide-Apache-URL-rewrite-tp6228837p6228837.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Mapguide-Apache-URL-rewrite-tp6228837p6228837.html</a><br>


Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</font></blockquote></div><br></div>