• Hi,

    A while ago I changed the permalink structure on my blog <https://www.hang-out.co.uk&gt; 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 Gallery

    Can 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 Subpages

    and 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:
    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-related problems.

    Thread Starter chrispar340

    (@chrispar340)

    Thanks. It looks like it’s the WPG2 (Gallery) plug-in. I’m installing the NextGen gallery plug-in instead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Permalinks and Redirects’ is closed to new replies.