Title: hendrixf's Replies | WordPress.org

---

# hendrixf

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [w.bloggar problem after WP2.7 Upgrade](https://wordpress.org/support/topic/wbloggar-problem-after-wp27-upgrade/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/wbloggar-problem-after-wp27-upgrade/#post-958167)
 * Anyone have any trouble like this? Will switching out the xmlrpc.php from WP2.7
   with xmlrpc.php from WP 2.5RC-3 cause any trouble?
 * thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Not Get Permalinks to Work with `/index.php/`](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/#post-298415)
 * [@ryan](https://wordpress.org/support/users/ryan/) — I have sent the requested
   information to the email address you provided in the other topic link. Let me
   know what else, if anything, I need to do.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Not Get Permalinks to Work with `/index.php/`](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/#post-298394)
 * [@ryan](https://wordpress.org/support/users/ryan/) — I’ve been out of town and
   am leaving again tomorrow for a few days. I will provide the info you requested
   when I return.
 * [@angsuman](https://wordpress.org/support/users/angsuman/) — Thanks for this 
   link. Actually this is the link that got me re-started on trying to get permalinks
   working on my site again. I tried a few times in the past and gave up. This link
   helped rekindle my interest in getting it working again. I have tried the examples
   and still receive the 404 error message.
 * richard
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Not Get Permalinks to Work with `/index.php/`](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/#post-298381)
 * [@macmanx](https://wordpress.org/support/users/macmanx/) — Thanks for the suggestions
   but I guess why I am so frustrated is that my understanding is even without access
   to the .htaccess file I still should be able to use the `/index/` prefix on the
   permalinks and get it to work but it doesn’t work with the prefix. I get a 404
   error message with the prefix.
 * So there is no way to get WP1.5.2 to work with the `/index/` prefix unless I 
   change providers and use the .htaccess file?
 * richard
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can Not Get Permalinks to Work with `/index.php/`](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/can-not-get-permalinks-to-work-with-indexphp/#post-298363)
 * [@dianev](https://wordpress.org/support/users/dianev/) — I have checked the Codex
   and I can not get permalinks to work like they should. If I set the permalinks
   to `/index.php/%year%/%monthnum%/Úy%/%postname%/` I get my 404 error page.
 * [@schestowitz](https://wordpress.org/support/users/schestowitz/) — I had to concede
   since when I have permalinks active no one can get to my site except for the 
   404 error page.
 * WP1.5.2 for some reason is not/can not understand to use the index.php file.
 * Any suggestions?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Search tries to search `blog2.com`](https://wordpress.org/support/topic/search-tries-to-search-blog2com/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/search-tries-to-search-blog2com/#post-297062)
 * Ok. Maybe I fixed it myself with this change in the code.
    I changed `"<?php 
   echo $_SERVER['PHP_SELF']; ?>">` in the searchform.php to `<form method="get"
   id="searchform" action="<?php bloginfo('url'); ?>">` It looks like it’s working
   to me. My question is would making this change effect anything else? Cause any
   problems in the future?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Search tries to search `blog2.com`](https://wordpress.org/support/topic/search-tries-to-search-blog2com/)
 *  Thread Starter [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/search-tries-to-search-blog2com/#post-297060)
 * Thanks for the replies so far.
 * [@mylagoon](https://wordpress.org/support/users/mylagoon/) here is my searchform.
   php
 * `<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?
   >">
    <div><input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name
   ="s" id="s" /> </div> </form>' Is the code “<?php echo $_SERVER[‘PHP_SELF’]; ?
   >”>` causing the problem and if so what I can I use to fix it?
 * thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP-Polls Version 2.0](https://wordpress.org/support/topic/wp-polls-version-20/)
 *  [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/wp-polls-version-20/#post-273747)
 * Thanks for the quick response. I made the changes you suggested and still got
   the same result. So I used the real path to my blog. The post method works (sorta)
   now but does not post the vote as a result. Also if you click on the “Poll Archives”
   the page loads ok but my sidebar is too low. Check it out at [http://www.blankmindblog.com](http://www.blankmindblog.com).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [WP-Polls Version 2.0](https://wordpress.org/support/topic/wp-polls-version-20/)
 *  [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/wp-polls-version-20/#post-273745)
 * I installed the plugin but ran into a problem. I have a domain pointer pointed
   at my WP directory. When you vote the plugin looks up [http://www.blog2.com](http://www.blog2.com).
   My directory for WP is located in /blog2. Is there a way to hard code the path
   of my site into the plugin? My site is [http://www.blankmindblog.com](http://www.blankmindblog.com)
 * thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Previous Page – Next Page not working…](https://wordpress.org/support/topic/previous-page-next-page-not-working/)
 *  [hendrixf](https://wordpress.org/support/users/hendrixf/)
 * (@hendrixf)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/previous-page-next-page-not-working/page/2/#post-209422)
 * Hello,
 * I’m using netfirms and used the supplied code to make the previous and next links
   to work on my blog. However, when you move through the next and previous pages
   my photos do not load. Any help with this?
 * thanks

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