<div dir="ltr">ok, i got it working with this htaccess:<br><br>RewriteEngine on<br>#Sam&#39;s Project<br>RewriteRule ^sam(.*) http://localhost:14002$1 [P]<br><br>#Comics Project<br>RewriteRule ^comics(.*) http://localhost:14003$1 [P]<br>
<br>#My Project<br><br>RewriteRule ^seaside/files.* - [L]<br>RewriteRule ^seaside(.*)$ <a href="http://localhost:8080/seaside/pier$1">http://localhost:8080/seaside/pier$1</a> [P,L]<br><br><br><br><div class="gmail_quote">
On Mon, Aug 18, 2008 at 4:31 PM, David Zmick <span dir="ltr">&lt;<a href="mailto:dz0004455@gmail.com">dz0004455@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">I have pier running now, but I can&#39;t get it to get the style sheets, or anything in a file library!<br>This is my setup:<br>the server is running on <a href="http://w337.uni.cc" target="_blank">http://w337.uni.cc</a><br>


i have a python project running at <a href="http://w337.uni.cc/sam" target="_blank">http://w337.uni.cc/sam</a><br>and<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Mon, Aug 18, 2008 at 2:37 AM, Maarten MOSTERT <span dir="ltr">&lt;<a href="mailto:maarten.mostert@wanadoo.fr" target="_blank">maarten.mostert@wanadoo.fr</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div bgcolor="#ffffff">
<div><font face="Arial" size="2">Totally agree.</font></div>
<div><font face="Arial" size="2">It took me at least 3 times as much time to get 
Apache up and running with Seaside as it did to actually write the Seaside 
application.</font></div>
<div><font face="Arial" size="2">@+Maarten,</font></div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">


<b>From:</b> 
  <a title="conradwt@gmail.com" href="mailto:conradwt@gmail.com" target="_blank">Conrad Taylor</a> 
  </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="seaside@lists.squeakfoundation.org" href="mailto:seaside@lists.squeakfoundation.org" target="_blank">Seaside - general 
  discussion</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Sunday, August 17, 2008 11:43 
  PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> Re: [seaside] seaside behind 
  apache</div>
  <div><br></div>
  </div><div><div></div><div><div dir="ltr">
  <div class="gmail_quote">On Sun, Aug 17, 2008 at 12:26 PM, Claus Kick <span dir="ltr">&lt;<a href="mailto:claus_kick@web.de" target="_blank">claus_kick@web.de</a>&gt;</span> wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div>Lukas Renggli wrote:<br>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Check 
      the archive of the SmallWiki mailing-list, it features numerous<br>posts 
      explaining Apache setup:<br><br>&nbsp;<a href="http://www.google.com/search?hl=en&amp;q=site%3Ahttp%3A%2F%2Fwww.iam.unibe.ch%2Fpipermail%2Fsmallwiki%2F+virtualhost&amp;btnG=Search" target="_blank">http://www.google.com/search?hl=en&amp;q=site%3Ahttp%3A%2F%2Fwww.iam.unibe.ch%2Fpipermail%2Fsmallwiki%2F+virtualhost&amp;btnG=Search</a><br>


<br>For 
      example this is a simple configuration:<br><br>&nbsp;<a href="http://www.iam.unibe.ch/pipermail/smallwiki/2006-February/001710.html" target="_blank">http://www.iam.unibe.ch/pipermail/smallwiki/2006-February/001710.html</a><br>


<br>To 
      summarize the possible causes of problems: Make sure that you are<br>on 
      Apache 2, because this makes things much simpler. 
      Use<br>&quot;ProxyPreserveHost On&quot;. Don&#39;t use &quot;ProxyPass&quot;, but 
      &quot;RewriteRules&quot;.<br></blockquote><br></div>If I may suggest 
    something:<br><br>The Documentation page on <a href="http://seaside.st" target="_blank">seaside.st</a> could do with an<br>&quot;Integrating Seaside&quot; 
    section.<br><br>Subsections could be<br><br>Integrating Seaside with 
    apache<br>Integrating Seaside with other webservers<br>Integrating Seaside 
    with other App Servers<br><br>and so on.<br><br>I am not sure how useful it 
    is to keep documentation like that in mailing list archives.</blockquote>
  <div><br></div>
  <div>This is a very good idea.<br></div>
  <div><br></div>
  <div>-Conrad</div>
  <div>&nbsp;</div>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div>
    <div>_______________________________________________<br>seaside 
    mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>


</div></div></blockquote></div><br></div>
  </div></div><p>
  </p><hr><div>

  <p></p>_______________________________________________<br>seaside mailing 
  list<br><a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>



  </div><p>
  </p><hr>

  <p></p>No virus found in this incoming message.<br>Checked by AVG. 
  <br>Version: 7.5.524 / Virus Database: 270.6.4/1615 - Release Date: 16/08/2008 
  07:11<br></blockquote></div>
<br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br><br clear="all"><br></div></div><div class="Ih2E3d">-- <br>David Zmick<br>/dz0004455\<br><a href="http://dz0004455.googlepages.com" target="_blank">http://dz0004455.googlepages.com</a><br><a href="http://dz0004455.blogspot.com" target="_blank">http://dz0004455.blogspot.com</a><br>



</div></div>
</blockquote></div><br><br clear="all"><br>-- <br>David Zmick<br>/dz0004455\<br><a href="http://dz0004455.googlepages.com">http://dz0004455.googlepages.com</a><br><a href="http://dz0004455.blogspot.com">http://dz0004455.blogspot.com</a><br>

</div>