Changeset 7106
- Timestamp:
- 01/20/08 08:07:05 (1 year ago)
- Files:
-
- branches/1.1/data/skeleton/project/web/.htaccess (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/data/skeleton/project/web/.htaccess
r3246 r7106 9 9 10 10 # 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] 14 14 15 15 # we check if the .html version is here (caching)

