Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bmoon

    (@bmoon)

    oh yeah, running wp 2.8, .htaccess says this
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    permanlinks set to custom
    /index.php/%year%/%monthnum%/%postname%/

    cat and tags left blank

    have installed and deactivated a couple diff plugins to rewrite urls, but all are deactivated at moment.

    mod_rewrite and allow override are enabled on apache server. no other blocking.

    so how do i get rid of the OLD default permalinks and force new ones to appear.

    thanks again, please someone come to my aid!! be my hero!

    try removing that /index.php bit, that might be throwing the whole system off.

    I’d also suggest just deleting the htaccess stuff from wordpress and letting it wright it out on it’s own.

    Just makes sure to do a back up before you do that 😉

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