Title: Permalink Setting &#8211; Custom Structure &#8211; Easyphp local server
Last modified: August 19, 2016

---

# Permalink Setting – Custom Structure – Easyphp local server

 *  [carl73a](https://wordpress.org/support/users/carl73a/)
 * (@carl73a)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/permalink-setting-custom-structure-easyphp-local-server/)
 * Hello…
 * I use Easyphp to test my blog locally while it is being developed, which is now
   almost ready to go online. I am in search of a solution to create Custom Permalink
   structure.
 * I am looking forward to make the following custom structure to work;
    /%category%/%
   postname%/ so that the browser will display URL like this: http:www.example.com/
   category/mypost
 * I have tried enabling “LoadModule rewrite_module modules/mod_rewrite.so” in httpd.
   conf
 * This is the content of the .htaccess:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /comfy_original/
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /comfy_original/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * I am sure there are experts here. Thanks for answers

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [16 years, 7 months ago](https://wordpress.org/support/topic/permalink-setting-custom-structure-easyphp-local-server/#post-1236741)
 * Did you do this: [http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure](http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure)
 *  Thread Starter [carl73a](https://wordpress.org/support/users/carl73a/)
 * (@carl73a)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/permalink-setting-custom-structure-easyphp-local-server/#post-1237009)
 * Thanks for the URL. It contains tons of information related to permalink structure,
   apache server etc. I spent a couple of hours and managed to get it work the way
   I want it to work. Thanks again

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

The topic ‘Permalink Setting – Custom Structure – Easyphp local server’ is closed
to new replies.

## Tags

 * [Custom Permalink Structure](https://wordpress.org/support/topic-tag/custom-permalink-structure/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [carl73a](https://wordpress.org/support/users/carl73a/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/permalink-setting-custom-structure-easyphp-local-server/#post-1237009)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
