Development

Changeset 7106

You must first sign up to be able to contribute.

Changeset 7106

Show
Ignore:
Timestamp:
01/20/08 08:07:05 (1 year ago)
Author:
fabien
Message:

commented some rewriting rules in the default .htaccess (to allow . in routing rules)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/data/skeleton/project/web/.htaccess

    r3246 r7106  
    99 
    1010  # we skip all files with .something 
    11   RewriteCond %{REQUEST_URI} \..+$ 
    12   RewriteCond %{REQUEST_URI} !\.html$ 
    13   RewriteRule .* - [L] 
     11  #RewriteCond %{REQUEST_URI} \..+$ 
     12  #RewriteCond %{REQUEST_URI} !\.html$ 
     13  #RewriteRule .* - [L] 
    1414 
    1515  # we check if the .html version is here (caching) 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.