Title: kiwiTaff's Replies | WordPress.org

---

# kiwiTaff

  [  ](https://wordpress.org/support/users/kiwitaff/)

 *   [Profile](https://wordpress.org/support/users/kiwitaff/)
 *   [Topics Started](https://wordpress.org/support/users/kiwitaff/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kiwitaff/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kiwitaff/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kiwitaff/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kiwitaff/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kiwitaff/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4192020)
 * Problem was solved the solution being painfully simple.
    Using WAMP I clicked
   on its icon in the task bar then selected
 * `apache>apache module` before clicking on `rewrite_module` in the drop down list.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191977)
 * I am using the twenty thirteen plugin and the only plugin is askmet.
 * Being a fresh install, it should not be this hard to get pretty permalinks to
   work.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191965)
 * It still does not work
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191961)
 * I believe SEO is a plugin. I do not have it installed.
 * I used phpmyadmin to check the options table in the database and the permalink
   setting is being recorded correctly there.
 * It still does not work.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191959)
 * I tried setting the permalinks to default and changing it back.
    I rechecked 
   the .htaccess and the content is
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /purpleAvo/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /purpleAvo/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * I have stopped and started the server and cleared the cache.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191951)
 * I deleted all post, with permalinks settings> month and name I created a new 
   post, clicked on update.
 * Clicking the view post button gave me a
    **Not Found** `The requested URL /purpleAvo/
   2013/10/adsfasdf/ was not found on this server.` error.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191944)
 * I don’t understand. I have set the permalinks using:
 * settings>permalinks>permalink setting>month and name
 * then creating the post. There shouldn’t be anything to regenerate. Am I missing
   something?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [The requested URL was not found – permalink error](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/)
 *  Thread Starter [kiwiTaff](https://wordpress.org/support/users/kiwitaff/)
 * (@kiwitaff)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/the-requested-url-was-not-found-permalink-error/#post-4191925)
 * The links in pages eg – leave a comment, category links and archive links all
   work if the permalink is set to default, any other setting gives URL not found
   error.
 * I am using the Twenty Thirteen theme.

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