Title: URL problem
Last modified: August 21, 2016

---

# URL problem

 *  [Nitek351](https://wordpress.org/support/users/nitek351/)
 * (@nitek351)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/)
 * 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/](http://example.com/1234/)
   instead of [http://example.com/post-name/](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)

 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655162)
 * 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](https://wordpress.org/support/users/nitek351/)
 * (@nitek351)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655165)
 * ahh, yes it was readonly i ve updated it, thanks for fast reply.
 *  Thread Starter [Nitek351](https://wordpress.org/support/users/nitek351/)
 * (@nitek351)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655286)
 * ops, even after granting write permissions to htaccess its still the same problem
   as before… any idea?
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655287)
 * can you paste your htaccess
 *  Thread Starter [Nitek351](https://wordpress.org/support/users/nitek351/)
 * (@nitek351)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655310)
 * 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](http://codex.wordpress.org/Forum_Welcome#No_Bumping).]_
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655327)
 * 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](http://codex.wordpress.org/Using_Permalinks)
 *  Thread Starter [Nitek351](https://wordpress.org/support/users/nitek351/)
 * (@nitek351)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655347)
 * 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.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [Nitek351](https://wordpress.org/support/users/nitek351/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/url-problem-23/#post-4655347)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
