permalink-redirect-for-wordpress
Opened 15 years ago
#1235 new defect
Multiple Blogs, Different Hosts, All Permalinks Break When Update Page
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | highest | Severity: | blocker |
| Plugin: | permalink-redirect-for-wordpress | Keywords: | permalinks, page update, broken permalinks |
| Cc: |
Description
Maybe even posts as well.
- many different themes, even default wordpress 2010 theme
- permalinks set to /%postname%/ or /directory/%postname%/ , doesn't matter
- example happens on both main directory of servers AND installs on subdirectories of other servers
- My htaccess is the default htaccess for wordpress:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
MUCH more information available here: http://wordpress.org/support/topic/ok-people-of-wordpress-its-about-time?replies=22#post-1786112
sites not working I am trying to fix asap, break everytime when updating page:
themysterykey.com
innovative-results.com
there are quite a few others but im concerned about these at the moment
Note: See
TracTickets for help on using
tickets.