Opened 21 years ago
Closed 21 years ago
#1661 closed defect (bug) (fixed)
Keeps adding to .htaccess
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 1.6 |
| Component: | General | Keywords: | rewrite |
| Focuses: | Cc: |
Description
Using the latest nightly, Wordpress continues to add the same information into the .htaccess file, as time of writting my current file consists off:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>
# END WordPress
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [2886]) Don't write multiple rewrite rule blocks to htaccess. fixes #1661