• AMSmith

    (@amsmith)


    Hello:

    I would like to change my link structure to date and name based structure. When I change it, the links all break. I’ve tried changing the .htaccess properties to write and 666 and all that.

    Any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • muelheim

    (@muelheim)

    Did you check the .htaccess, that it contains the rewrite-rules of WP?

    Thread Starter AMSmith

    (@amsmith)

    The .htaccess file has these settings:

    Owner: read/write
    Group: read/write
    Others: read/write

    Unix equivalent: 666

    The file itself contains this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter AMSmith

    (@amsmith)

    Any takers? I’m at a loss and no one I have talked to can figure this out.

    Chris_K

    (@handysolo)

    Lots of troubleshooting suggestions on the Permalinks page in the codex.

    In particular, confirm with your host that mod_rewrite and AllowOverride are properly on and enabled.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pretty Links broken’ is closed to new replies.