Changeset 3312 for branches

Show
Ignore:
Timestamp:
08/08/2008 07:33:51 PM (4 months ago)
Author:
Shadowhand
Message:

Updated htaccess, removing IfModule? crap

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/.htaccess

    r3309 r3312  
    1010RewriteRule ^user_guide(/.*)?$ http://doc.kohanaphp.com$1 [R=301,L] 
    1111 
    12 <IfModule !php5_module> 
    13 RewriteRule .* http://127.0.0.1:2480/$0 [PT,L] 
    14 </IfModule> 
     12# Remove .html extensions 
     13RewriteRule ^(.*)\.html$ $1 [R=301,L] 
    1514 
    1615# Installation directory