Changes between Version 91 and Version 92 of ConfigurationGuidelines


Ignore:
Timestamp:
12/18/10 11:23:24 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigurationGuidelines

    v91 v92  
    172172These can be provided via 2 different means:
    173173 * mod_rewrite
     174{{{
     175 RewriteRule .*favicon.*\.ico$ /eden/static/favicon.ico [L]
     176 RewriteRule .*robots\.txt$ /eden/static/robots.txt [L]
     177}}}
    174178 * {{{web2py/routes.py}}}: copy {{{routes.example.py}}} & edit
    175179