Title: luminol's Replies | WordPress.org

---

# luminol

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS breaks when blog address changed?](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/)
 *  [luminol](https://wordpress.org/support/users/luminol/)
 * (@luminol)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-breaks-when-blog-address-changed/#post-143218)
 * I recently posted to this thread: [http://wordpress.org/support/topic.php?id=24203](http://wordpress.org/support/topic.php?id=24203)
 * I guess I found the solution (at least in my case it’s one): Fire up your favorite
   text editor, open wp-feed.php and substitute the location within the “require”
   directives for the location within the “require” directive in your main index.
   php file. Now it works again. Maybe this should get added to
    [http://wordpress.org/docs/installation/different-address/](http://wordpress.org/docs/installation/different-address/)
   if it’s THE solution, I don’t know.. 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Thinking about signing up](https://wordpress.org/support/topic/thinking-about-signing-up/)
 *  [luminol](https://wordpress.org/support/users/luminol/)
 * (@luminol)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/thinking-about-signing-up/#post-149650)
 * I just switched from MT to WP 2 days ago and I haven’t had any major problems
   regarding the layout of my site. The look’s still the same. 🙂
 * Just make sure you subsitute any given MT tag for the appropriate WP tag. Well,
   it requires some tinkering and a bit of patience but it’s not that hard.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed – Grover Needs Help](https://wordpress.org/support/topic/rss-feed-grover-needs-help/)
 *  [luminol](https://wordpress.org/support/users/luminol/)
 * (@luminol)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/rss-feed-grover-needs-help/#post-149647)
 * Ah, thanks! But I’ve got some other problem (regarding mod_rewrite):
 * Right now I have my index.php in / while all the WP Files are located in /wp.
   Everything works as expected except for the main and comments feeds..
 * When someone hits [http://www.karmabits.net/feed/](http://www.karmabits.net/feed/)
   he should get the main feed I guess but what right now it’s:
 * Warning: main() [function.main]: open_basedir restriction in effect. File(../
   wp-blog-header.php) is not within the allowed path(s): (/www/htdocs/../wp/wp-
   feed.php on line 5
 * According to [http://wordpress.org/docs/installation/different-address/](http://wordpress.org/docs/installation/different-address/)
   you have to change
 * require(‘./wp-blog-header.php’); to
    require(‘./wordpress/wp-blog-header.php’);
 * in your index.php which works at least for my main weblog and the static pages
   but not for the feeds and other goodies.. What’s wrong with my setup? :-/

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