You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/05/12 22:00:04 UTC

[WIKI-UPDATE] LenyaHowToModProxy LenyaNewPublicationHowTo Wed May 12 22:00:04 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaHowToModProxy , version: 13 on Tue May 12 19:34:17 2004 by 130.60.68.45

+ * Files within the directory static and files with the extension php are not redirected to the cms.
-   RewriteRule      ^/$ /index.html  [R]  RewriteRule      ^/static/?(.*)  $0 [L]  
+   RewriteRule      ^/$ /index.html  [R]  
+   RewriteRule      ^/static/?(.*)  $0 [L]  
+   RewriteRule      ^/(.*)\.php  $0 [L]  
-   RewriteRule      ^/(.*)\.php  $0 [L]  RewriteCond      %{QUERY_STRING} lenya\.usecase=login(.*)  
? --------------------------------------

+   RewriteCond      %{QUERY_STRING} lenya\.usecase=login(.*)  


Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaNewPublicationHowTo , version: 22 on Tue May 12 19:15:11 2004 by 192.77.161.22

- 
- Scott