Title: echilon's Replies | WordPress.org

---

# echilon

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internal 404 for home page](https://wordpress.org/support/topic/internal-404-for-home-page/)
 *  [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/internal-404-for-home-page/#post-2430605)
 * In `Settings-Permalinks` select `Custom Structure` and enter `/%postname%/`. 
   In your web.config, use this as your rewrite section:
 *     ```
       <rewrite>
           <rules>
               <rule name="wordpress">
       			<match url="^/(.*)$" />
       				<conditions>
       					<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
       					<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
       				</conditions>
       			<action type="Rewrite" url="index.php" />
       		</rule>
               <rule name="wordpress2">
       			<match url="(?!index\.php|wp-|xmlrpc)(.*)" />
       				<conditions>
       					<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
       					<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
       				</conditions>
       			<action type="Rewrite" url="index.php/{R:0}" />
       		</rule>
           </rules>
       </rewrite>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Page title from $_GET variables](https://wordpress.org/support/topic/page-title-from-_get-variables/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/page-title-from-_get-variables/#post-811530)
 * Thanks. Works perfectly. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522143)
 * Problem sorted, it was caused by old permalinks in the ‘guid’ column of the database.
   I had to manually update every entry, but it works now. Thanks anyway.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522138)
 * Anybody?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522121)
 * Please could I get some help with this, I’ve tried everything I can think of.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522095)
 * I really need a way to fix this now, my site has been down for nearly two days.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522077)
 * Still having this problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-522034)
 * Sorry to bump this, but I really need a solution. My blog doesn’t work at the
   moment.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Month view broken – intermittent](https://wordpress.org/support/topic/month-view-broken-intermittent/)
 *  Thread Starter [echilon](https://wordpress.org/support/users/echilon/)
 * (@echilon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/month-view-broken-intermittent/#post-521993)
 * Since I’ve started trying to fix this, it now appears to be happening on certain
   posts aswell. I’ve tried updating my permalink structure, but I’d really like
   to fix this ASAP.

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