Title: Custom permalink
Last modified: August 19, 2016

---

# Custom permalink

 *  [onepiecefan](https://wordpress.org/support/users/onepiecefan/)
 * (@onepiecefan)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/)
 * I would like to set my permalink of my website as [http://www.domain.com/title_of_article](http://www.domain.com/title_of_article)
 * How can I do that? Could you provide me with the Category/Tag Base?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/#post-1392556)
 * [Using_Permalinks](http://codex.wordpress.org/Using_Permalinks)
 *  [brevityness](https://wordpress.org/support/users/brevityness/)
 * (@brevityness)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/#post-1392599)
 * Enter:
    /%postname%/ in the custom structure on the permalinks settings.
 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/#post-1392640)
 * Hi,
 * Refer this article:
 * [http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure](http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure)
 * Set your desired permalink from wordpress admin area and then add this code in
   htaccess:
 *     ```
       # 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
       ```
   
 * Thanks,
 * Shane G.
 *  Thread Starter [onepiecefan](https://wordpress.org/support/users/onepiecefan/)
 * (@onepiecefan)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/#post-1392712)
 * Shane G, I have added the code in my htaccess file and this is how it looks:
   #
   BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * # END WordPress
 * # 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
 * Is that right?

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

The topic ‘Custom permalink’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 4 participants
 * Last reply from: [onepiecefan](https://wordpress.org/support/users/onepiecefan/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/custom-permalink-2/#post-1392712)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
