Forum Replies Created

Viewing 1 replies (of 1 total)
  • I have another problem.
    I am trying to install wordpress in my locallhost. To do it I follow the nex procedure
    1. Install wamp server.
    2. But This coul not run so I change the httpd.conf
    Listen 80 por
    Listen 81
    y
    ServerName localhost:80
    por
    ServerName localhost:81

    3. Then I creat a directory inside www directory called blog where I copy the decompress files of the wordpress.

    4. Creat the database wordpress
    4. I configure the file like this

    define(‘DB_NAME’, ‘wordpress’);

    /** Tu nombre de usuario de MySQL */
    define(‘DB_USER’, ‘root’);

    /** Tu contraseña de MySQL */
    define(‘DB_PASSWORD’, ”);

    /** Host de MySQL (es muy probable que no necesites cambiarlo) */
    define(‘DB_HOST’, ‘localhost:81’);

    /** Codificación de caracteres para la base de datos. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** Cotejamiento de la base de datos. No lo modifiques si tienes dudas. */
    define(‘DB_COLLATE’, ”);
    5. I select in my localhost http:
    http://localhost:81/blog/wordpress/wp-admin/install.php
    but it do not run.

    What can I do?

Viewing 1 replies (of 1 total)