Changeset 3819 for sample

Show
Ignore:
Timestamp:
06/23/11 14:49:43 (11 months ago)
Author:
elemoine
Message:

sample - better URLs

Location:
sample/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • sample/trunk/apache/wsgi.conf.in

    r3802 r3819  
    2525 
    2626RewriteRule ^${vars:apache-entry-point}$ /mapfishsample/${vars:instanceid}/wsgi/ [PT] 
     27RewriteRule ^${vars:apache-entry-point}/$ /mapfishsample/${vars:instanceid}/wsgi/ [PT] 
    2728RewriteRule ^${vars:apache-entry-point}apihelp.html$ /mapfishsample/${vars:instanceid}/wsgi/apihelp.html [PT] 
    2829RewriteRule ^${vars:apache-entry-point}apiloader.js$ /mapfishsample/${vars:instanceid}/wsgi/apiloader.js [PT] 
  • sample/trunk/buildout_demo-mapfish-org.cfg

    r3818 r3819  
    1515instanceid = 2.2 
    1616# apache entry point for Apache rewrite rules (see apache/wsgi.conf.in) 
    17 apache-entry-point = /mapfishsample/${vars:instanceid}/ 
     17apache-entry-point = /mapfishsample/${vars:instanceid} 
    1818# mapserv host - used to derive the mapserv URL, and in the print config 
    1919mapserv_host = demo.mapfish.org