Forums

1- do you speak spanish?, 2- como subir mi blog a mi host? (5 posts)

  1. phixin
    Member
    Posted 2 years ago #

    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!

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    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 ;)

  3. phixin
    Member
    Posted 2 years ago #

    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... ;)

  4. alojeme
    Member
    Posted 1 year ago #

    Solucionó el problema?

  5. Samuel B
    moderator
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic