Changeset 13676 for trunk/wp-includes/rewrite.php
- Timestamp:
- 03/11/2010 10:58:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r13596 r13676 1684 1684 $rules .= "RewriteEngine On\n"; 1685 1685 $rules .= "RewriteBase $home_root\n"; 1686 $rules .= "RewriteRule ^index\.php$ - [L]"; // Prevent -f checks on index.php. 1686 1687 1687 1688 //add in the rules that don't redirect to WP's index.php (and thus shouldn't be handled by WP at all)
Note: See TracChangeset
for help on using the changeset viewer.