• Hi!!
    im new whit WP… BUT I LOVE IT

    tengo mi blog, diseñado y funcionando en mi localhost…
    ahora quiero subirlo a la web, ya tengo host y dominio propio, pero quiero conservar mi web y que mi blog este alojado ahí mismo… como le hago???

    english
    i got my blog working in my localhost…
    i wanna put it in my own host and domain http://www.numendesignstudio.com whitout delet the old web… my english suck… xD

    muchas gracias a quien me pueda ayudar,

    [email moderated]

    thx!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Install WordPress in your web-root/wordpress folder. If later you want to make WordPress available at numendesignstudio.com in Settings->General, change the Blog address (URL) to http://mydomain.com and put this index.php file in your web-root folder

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wordpress/wp-blog-header.php');
    ?>

    Then update your permalinks by visiting Administration > Settings > Permalinks and clicking on Save Changes.

    Also review Moving WordPress

    Apologies, my spanish sux 😉

    Thread Starter phixin

    (@phixin)

    ok, ill try it…
    but i understand that i have to save and export the database in my local to the web-root/”numenblog”… so, how i do that???…

    (sorry about my English… xD)

    if you can link me a tutorial… it will be grandioso… 😉

    Solucionó el problema?

    wordpress instalación de su servicio de hosting
    Inicia sesión para localhost phpmyadmin
    Seleccionar base de datos
    haz clic en “exportar”
    exportación. sql
    Abrir el archivo en el bloc de notepad
    buscar y reemplazar todos los localhost url con la url de dominio
    guardar el archivo
    acceder a phpmyadmin de alojamiento web
    importación. sql

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘1- do you speak spanish?, 2- como subir mi blog a mi host?’ is closed to new replies.