Hi all,<br><br>&nbsp;It is the first time I want to deploy a seaside app and I encouter problems that have already been discussed and blogged but I can&#39;t find the needed informations.<br><br>&nbsp;The situation:<br><br>&nbsp;&nbsp;&nbsp; 1) On web server (
e.g <a href="http://www.monsite.fr">www.monsite.fr</a>) on which I have an account named luc and no specials rights (root password...)<br>&nbsp;&nbsp;&nbsp; 2) my web site is accessible through <a href="http://www.monsite.fr/~luc/">http://www.monsite.fr/~luc/
</a><br>&nbsp;&nbsp;&nbsp; 3) adding rewriting rules in a .htaccess allows me to redirect request to a backend server on which I have root access :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.mysite.fr/~luc/seaside/*">http://www.mysite.fr/~luc/seaside/*
</a> -&gt; <a href="http://myserver:9090/.">http://myserver:9090/.</a>..<br><br>&nbsp;I would :<br>&nbsp;&nbsp;&nbsp; configure the seaside image so that all urls will have the following form : /~luc/seaside/*<br>&nbsp;&nbsp;&nbsp; (I guess it is the most simple way to achieve my will)
<br>&nbsp;but I don&#39;t want to use the two atributes &quot;Server Hostname&quot; and &quot;Server Path&quot; because I would prefer a simpler solution like modify the default WADispatcher in order to configure all applications at once.
<br>Is there a better solution ?<br>&nbsp; <br>&nbsp;Questions:<br>&nbsp;&nbsp;&nbsp; - What is &quot;Resourse base Url&quot; configuration?<br>&nbsp;&nbsp;&nbsp; When I changed it for counter app for example,&nbsp; static files url are not changer and links are not good 
e.g<br>&nbsp;&nbsp;&nbsp; /seaside/files/WAStandardFiles/toolbar.css<br><br>#Luc<br><br>