Title: Madalin Tache's Replies | WordPress.org

---

# Madalin Tache

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] non-www to www redirects not working](https://wordpress.org/support/topic/plugin-w3-total-cache-non-www-to-www-redirects-not-working/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-non-www-to-www-redirects-not-working/#post-1855825)
 * Thanks, that helped me out too 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I “fix my permalink structure”?](https://wordpress.org/support/topic/how-do-i-fix-my-permalink-structure/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-fix-my-permalink-structure/#post-1390431)
 * Take a look under Settings -> Permalinks. Let us know what you have in there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrading to 2.9.2](https://wordpress.org/support/topic/upgrading-to-292-293/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/upgrading-to-292-293/#post-1390424)
 * Are you doing the upgrade via the admin panel ?
 * A good solution would be to _chmod 666 wp-content/upgrade_. Might help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how can I change my index.php to index.html?](https://wordpress.org/support/topic/how-can-i-change-my-indexphp-to-indexhtml/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-can-i-change-my-indexphp-to-indexhtml/#post-1387751)
 * PS3D what seems to be the actual problem ? Your webserver is trying to load index.
   html ? Can you try and REMOVE that file (usually this leads to the load of index.
   php automatically) and tell us the result ?
 * P.S: I’m guessing that’s some old apache version..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to not show a page on the top menu HELP!!!](https://wordpress.org/support/topic/how-to-not-show-a-page-on-the-top-menu-help/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-to-not-show-a-page-on-the-top-menu-help/#post-1388940)
 * In your theme’s directory (usually wp-content/themes/NAME OF YOUR THEME HERE)
   🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to not show a page on the top menu HELP!!!](https://wordpress.org/support/topic/how-to-not-show-a-page-on-the-top-menu-help/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/how-to-not-show-a-page-on-the-top-menu-help/#post-1388938)
 * You can use the _exclude=1_ (where 1) is the page number. The _wp\_list\_pages_
   function is located in your _header.php_ file.
 * Also, i recommend reading about the [wp_list_pages](http://codex.wordpress.org/Template_Tags/wp_list_pages)
   function 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Header problems](https://wordpress.org/support/topic/header-problems-6/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/header-problems-6/#post-1388322)
 * Can you please provide a link ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog loads good in all browsers, except Internet Explorer](https://wordpress.org/support/topic/blog-loads-good-in-all-browsers-except-internet-explorer/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/blog-loads-good-in-all-browsers-except-internet-explorer/#post-1388320)
 * A good start would be a good article on [conditional browser comments](http://www.quirksmode.org/css/condcom.html)
   from where you can start designing also for IE 7..or whatever.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-admin access only to logged users](https://wordpress.org/support/topic/wp-admin-access-only-to-logged-users/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wp-admin-access-only-to-logged-users/#post-1388317)
 * I think this [plugin](http://wordpress.org/extend/plugins/theme-my-login/) could
   help as it incorporates the login into your theme. Basically it adds a login 
   page to your website and the login actually isn’t done on the /wp-admin but on
   a different page. Only after login the user can be redirected to /wp-admin 🙂
 * Hope it helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalink Structure Not Working for Brand New Install](https://wordpress.org/support/topic/permalink-structure-not-working-for-brand-new-install/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/permalink-structure-not-working-for-brand-new-install/#post-1388315)
 * My best guess is that .htaccess wasn’t modified and you might need to create 
   it manually.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HeatMap Theme 2.5.2 update](https://wordpress.org/support/topic/heatmap-theme-252-update/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/heatmap-theme-252-update/#post-1388313)
 * A link could help, instead of having anyone searching the forums.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [The next official default WordPress theme: twentyten](https://wordpress.org/support/topic/the-next-official-default-wordpress-theme-twentyten/)
 *  [Madalin Tache](https://wordpress.org/support/users/niladam/)
 * (@niladam)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/the-next-official-default-wordpress-theme-twentyten/#post-1354438)
 * The theme looks great. I wonder if it’ll come in different color types..

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