Title: hypesciencecom's Replies | WordPress.org

---

# hypesciencecom

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink problem only with pages](https://wordpress.org/support/topic/permalink-problem-only-with-pages/)
 *  Thread Starter [hypesciencecom](https://wordpress.org/support/users/hypesciencecom/)
 * (@hypesciencecom)
 * [18 years ago](https://wordpress.org/support/topic/permalink-problem-only-with-pages/#post-746172)
 * [http://trac.wordpress.org/ticket/6650](http://trac.wordpress.org/ticket/6650)
 * This fix solved the problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink problem only with pages](https://wordpress.org/support/topic/permalink-problem-only-with-pages/)
 *  Thread Starter [hypesciencecom](https://wordpress.org/support/users/hypesciencecom/)
 * (@hypesciencecom)
 * [18 years ago](https://wordpress.org/support/topic/permalink-problem-only-with-pages/#post-746171)
 * I did this:
 * > Hello.
   >  I fixed this error on my website. In my case the problem was that wp2.5
   > was not able to recongnize a page because my permalink started with %postname%
   > so I modified wp-includes/query.php I added:
   > } elseif ( (” != $qv[‘name’]) && (” == $qv[‘year’]) ) {
   >  $this->is_single =
   > false; $this->is_page = true;
   > Before:
   > } elseif ( ” != $qv[‘name’] ) {
   >  $this->is_single = true;
   > Now wp looks if the file also had a year (it could be monthnum or day) so it
   > can recognize a page as a page index.php/page-name
   >  This only fix the case 
   > when you use index.php/%postname%/%other-variables% Hope this help you. Sorry
   > for my English :/
 * Ogigin: [http://wordpress.org/support/topic/164360/page/2?replies=100](http://wordpress.org/support/topic/164360/page/2?replies=100)
 * It did work. The pages came back working. The problem was that no posts worked
   anymore. Corrected the pages permalink and messed up posts permalink.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink problem only with pages](https://wordpress.org/support/topic/permalink-problem-only-with-pages/)
 *  Thread Starter [hypesciencecom](https://wordpress.org/support/users/hypesciencecom/)
 * (@hypesciencecom)
 * [18 years ago](https://wordpress.org/support/topic/permalink-problem-only-with-pages/#post-746170)
 * [http://hypescience.com/index.php/sobre](http://hypescience.com/index.php/sobre)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink problem only with pages](https://wordpress.org/support/topic/permalink-problem-only-with-pages/)
 *  Thread Starter [hypesciencecom](https://wordpress.org/support/users/hypesciencecom/)
 * (@hypesciencecom)
 * [18 years ago](https://wordpress.org/support/topic/permalink-problem-only-with-pages/#post-746169)
 * I did that and worked. Then I did other changes and the problem came back up 
   again.
 * Any other suggerstions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink problem only with pages](https://wordpress.org/support/topic/permalink-problem-only-with-pages/)
 *  Thread Starter [hypesciencecom](https://wordpress.org/support/users/hypesciencecom/)
 * (@hypesciencecom)
 * [18 years ago](https://wordpress.org/support/topic/permalink-problem-only-with-pages/#post-745933)
 * I discovered something curious.
 * I updated a test-only blog and applyed the same permalinks structure. Had the
   same issue. And it was working before.
 * Then I changes te permalink structure again to:
 * /index.php/%year%/%monthnum%/%day%/%postname%/
 * Worked. It worked on both blogs.
 * All that made me think that it is a bug on permalinks on wp 2.5 that makes it
   not work with the /index.php/%postname%/ structure. at least on IIS.
 * But then, I tried to test again and IT WORKS NOW!
 * Crazy!
 * If you need I could help testing it.

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