Ticket #10743: 10743.patch
File 10743.patch, 515 bytes (added by , 14 years ago) |
---|
-
rewrite.php
1651 1651 $rules = "<IfModule mod_rewrite.c>\n"; 1652 1652 $rules .= "RewriteEngine On\n"; 1653 1653 $rules .= "RewriteBase $home_root\n"; 1654 $rules .= "RewriteRule ^&(.*)\$ \$1 [R=301,L]\n"; 1654 1655 1655 1656 //add in the rules that don't redirect to WP's index.php (and thus shouldn't be handled by WP at all) 1656 1657 foreach ( (array) $this->non_wp_rules as $match => $query) {