Hi everybody
I've followed the steps in "Giving WordPress its Own Directory While Leaving the WordPress Index File in the Root Directory" tutorial and i've set up:
- WordPress address (URI): http://my-site.com/wp
- Blog address (URI): http://my-site.com/blog
For the moment all it's ok. I've switched mod_rewrite on and everything works fine.
My problem is with pages ($page_id=...) like "about". If I make a page called "Music", my WP generates the URI: http://my-site.com/blog/music
The URI that I really want (_only_) for pages is: http://my-site.com/music (without "/blog")
It's possible get this? I've tried understand mod_rewrite rules but regexps are so difficult for me :(
I hope you can help me, thousand of thanks! (and sorry for my bad English :\)
Cheers