Title: permalink without /index.php/archive
Last modified: August 19, 2016

---

# permalink without /index.php/archive

 *  Resolved [ik80](https://wordpress.org/support/users/ik80/)
 * (@ik80)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/)
 * The only working permalink structure i can get on [this blog](http://www.projetoigatu.org/blog)
   is:
    `/index.php/archive/%postname%/`
 * When I change the structure to, for example: /%year%/%monthnum%/%day%/%postname%/,
   WP indicates that the .htaccess is updated but the links don’t work.
 * any idea?

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

 *  [Adam Brown](https://wordpress.org/support/users/adamrbrown/)
 * (@adamrbrown)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/#post-665850)
 * Start here: [Using Permalinks](http://codex.wordpress.org/Using_Permalinks)
 * Note the difference between “pretty permalinks” and “almost pretty”, and the 
   difference in system requirements.
 *  Thread Starter [ik80](https://wordpress.org/support/users/ik80/)
 * (@ik80)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/#post-666064)
 * Thanks Adam, i read everything there but my problem still persists.
 * Independent on my permalink choice, WordPress **always suggests the same htaccess
   configuration**:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /blog/
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /blog/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Didn’t this need to change to something like:
    `RewriteRule ^archives/([0-9]{
   4})?/?([0-9]{1,2})?/?([0-9]{1,2})?/?([_0-9a-z-]+)?/?([0-9]+)?/?$ /blog/index.
   php?year=$1&monthnum=$2&day=$3&name=$4&page=$5 [QSA]`
 * I’m running 2.3.1 on apache…
 *  Thread Starter [ik80](https://wordpress.org/support/users/ik80/)
 * (@ik80)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/#post-666072)
 * i’m marking this topic as solved (Adam’s answer is correct for the title of this
   message). i’ll create a new topic with this other problem…
 *  [navegante](https://wordpress.org/support/users/navegante/)
 * (@navegante)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/#post-666155)
 * Have the same trouble. Been using WP for 3 years and is the first upgrade that
   make
    /%year%/%monthnum%/%day%/%postname%/ in to index.php//%year%/%monthnum%/%
   day%/%postname%/

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

The topic ‘permalink without /index.php/archive’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)
 * [mod_rewrite](https://wordpress.org/support/topic-tag/mod_rewrite/)
 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [navegante](https://wordpress.org/support/users/navegante/)
 * Last activity: [18 years, 1 month ago](https://wordpress.org/support/topic/permalink-without-indexphparchive/#post-666155)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
