• Hello there,

    i have problem with my posts url links. I mean sometimes, somehow after creating new post, url of that post takes the form like http://example.com/1234/ instead of http://example.com/post-name/ and after clicking that link on website its return page error “not found”, my direct links in settings are set to “post name”.

    Anyone know what’s going on?

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Is your htaccess ? read-only ? as it might be possible that even though you have selected in your settings to post-name but your htaccess is not being updated

    Thread Starter Nitek351

    (@nitek351)

    ahh, yes it was readonly i ve updated it, thanks for fast reply.

    Thread Starter Nitek351

    (@nitek351)

    ops, even after granting write permissions to htaccess its still the same problem as before… any idea?

    can you paste your htaccess

    Thread Starter Nitek351

    (@nitek351)

    my htaccess

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

    [ Please do not bump, that’s not permitted here. ]

    This should help you out – go through it
    and may be u can ask your hosting company as well if mod_rewrite permission is available on ur host

    http://codex.wordpress.org/Using_Permalinks

    Thread Starter Nitek351

    (@nitek351)

    It is, i have some other wordpress websites on this server and everything is fine and problem occurs only occasionally in this case

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘URL problem’ is closed to new replies.