Development

Changeset 7106

You must first sign up to be able to contribute.

Changeset 7106

Show
Ignore:
Timestamp:
01/20/08 08:07:05 (9 months 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)