Thread Starter
oce
(@josepo)
Hi!
Nobody can help me? Please 🙂
It doesn’t seem too dificult but… may be the feature I want it’s not possible.
Any suggestions are welcome 🙂
Cheers
Personally, I don’t see how it could be possible. I’m willing to be wrong…
Why install in one subdirectory and display from another?
You should have your wordpress in my-site.com/ or in a sub-domain. I have my blog in blog.taragana.com/
That is the simplest configuration. Don’t have WordPress address & blog address in different directories in spite of what you read, unless you have some special needs. Ton’s of blogs and blog networks run on this simple configuration.
With the above configuration your problems should solve itself.
Thread Starter
oce
(@josepo)
Hello everybody. First of all, thanks for your replies 😉
« Why install in one subdirectory and display from another?” »
Well, my web have several sections. One of them is “my blog”. I want that my index page (http://my-site.com/index.php) as a “front page” (with some general info and links to the sections: about, music, blog, etc.)
I don’t want make any section statically, having WP I can make every section inside of WP. But I want have the blog section URI like http://my-site.com/blog/, the music section URI like my-site.com/music/ etc, and posts URI or category URI like “my-site.com/blog/…”
How can I get this structure using WP? If I have to put the WordPress index.php in another side, it doesn’t matter (but the blog URI should be my-site.com/blog/)
Cheers! 😉
Here’s a suggestion. Install and run WordPress from the root, but then edit the permalink structure (from the WordPress panel) to “/blog/%year%/%monthnum%/%day%/%postname%/” (or whatever structure you like, but prefixing /blog )
You can probably also alter the Category base to “/blog/category” or something. You can experiment with this.
With these changes, all your blog pages’ URLs will start with “blog”.
Then you can change your front page to a static page by following the instructions here:
http://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page#If_WordPress_is_in_Root
Any other pages you create won’t have “blog” in them, which I think is the desired effect.
Thread Starter
oce
(@josepo)
Hi again
jrawle, thank you very much. It’s just i need 🙂 Now works like I wanted.
Cheers!