Permalinks and Redirects
-
Hi,
A while ago I changed the permalink structure on my blog <https://www.hang-out.co.uk> to:
/index.php/%category%/%postname%
At the same time I installed the Permalink Redirect plugin which seemed to be recommended.
The blog works fine until I create or edit a page. Then all page URLs redirect to the home page and to solve it I have to:
1. Deactivate all plugins
2. Reactivate all plugins
3. Resave Permalink Settings
4. Resave Gallery2 Rewrites to re-enable my WPG2 GalleryCan anyone see why this is happening and what I can do to resolve it?
Thanks in advance,
Chris
Oh, and I’m running WP 2.9.1 with the following plugins:
Additional image sizes
Add Twitter RSS
Akismet
AudioBoo WP
BookList Widget
Broken Link Checker
cforms
FD Feedburner Plugin
Flickr Photo Album
flickrRSS
Image Upload HTTP Error Fix
Lightbox 2
MapPress Easy Google Maps
Now Reading Reloaded
Page Links To
Permalink Redirect
Skype Online Status
Sociable
TinyMCE Advanced
TweetPress
Twitter for WordPress
WordPress Database Backup
WordPress Exploit Scanner
WP-PluginsUsed
wp-prowl
WP Comment Auto Responder
WPG2
WP Google Analytics
WP Social Blogroll
WP to Twitter
WPtouch iPhone Theme
Xavin’s List Subpagesand my .htaccess file is:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
- The topic ‘Permalinks and Redirects’ is closed to new replies.