Ticket #3426: 3426.diff
File 3426.diff, 568 bytes (added by , 15 years ago) |
---|
-
wp-includes/rewrite.php
1653 1653 $rules = "<IfModule mod_rewrite.c>\n"; 1654 1654 $rules .= "RewriteEngine On\n"; 1655 1655 $rules .= "RewriteBase $home_root\n"; 1656 $rules .= "\nRewriteRule \.(gif|png|jpe?g|css|js|ico)$ - [L]\n\n"; 1656 1657 1657 1658 //add in the rules that don't redirect to WP's index.php (and thus shouldn't be handled by WP at all) 1658 1659 foreach ( (array) $this->non_wp_rules as $match => $query) {