Changeset 4576 for trunk/.htaccess


Ignore:
Timestamp:
08/15/10 17:13:40 (22 months ago)
Author:
vain
Message:
  • added RewriteRule? to exclude images when passing to index.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r4540 r4576  
    1111    RewriteCond %{REQUEST_FILENAME} !-f 
    1212    RewriteCond %{REQUEST_FILENAME} !-d 
    13     RewriteRule ^(.*)$ index.php [QSA,L] 
     13    RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php [QSA,L] 
    1414</IfModule> 
    1515 
Note: See TracChangeset for help on using the changeset viewer.