Changes between Version 16 and Version 17 of InstallationGuidelines/Linux/Server/ApacheMySQL


Ignore:
Timestamp:
01/16/12 14:43:31 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Server/ApacheMySQL

    v16 v17  
    282282
    283283  RewriteEngine On
     284  # Stop GoogleBot from slowing us down
     285  RewriteRule .*robots\.txt$ /eden/static/robots.txt [L]
    284286  # extract desired cookie value from multiple-cookie HTTP header
    285287  #RewriteCond %{HTTP_COOKIE} registered=([^;]+)
     
    416418# END
    417419}}}
     420}}}