Recent Topics

1 Jan 13, 2005 21:50    

Bonjour ? tous,

je suis newbie et je n'arrive pas ? d?passer le probl?me de la redirection admin

J'ai bien vu qu'il existait dans la faq un post l?-dessus mais cel? n'y fait rien, je n'arrive pas ? faire en sorte que le probl?me soit r?solu

Merci pour votre indulgence

J'ai plusieurs rep?rtoires plac?s sous www dont b2evolution

Le chemin complet est c:\web\easyPHP1-7\www\b2evolution\blogs

Pour le reste, je pense pouvoir m'en sortir un peu mieux car je suis habitu? ? Oscommerce

Je vous joint ci-dessous le fichier conf\_config.php

<?php
/**
 * This is b2evolution's main config file
 *
 * You need to edit this file to your settings before attempting to install the database!
 * Last significant changes to this file: version 0.9.0.2
 *
 *
 * Reminder: every line starting with # or // is a comment, multiline comments are
 *           surrounded by '/*' and '* /' (without space).
 *
 * IMPORTANT: Take special care not to erase quotes (') around text parameters 
 * and semicolums (;) at the end of the lines. Otherwise you'll get some 
 * "unexpected T_STRING" parse errors!
 *
 * Contributors: you should override this file by creating a file named _config_TEST.php 
 * (see end of this file)
 *
 * b2evolution - {@link http://b2evolution.net/}
 * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
 * @copyright (c)2003-2004 by Francois PLANQUE - {@link http://fplanque.net/}
 *
 * @package conf
 */


/**#@+
 * MySQL settings. Fill in your database details (check carefully or nothing will work!)
 */
define( 'DB_USER', 'root' );      // your MySQL username
define( 'DB_PASSWORD', '' );  // ...and password
define( 'DB_NAME', 'b2' );   // the name of the database
define( 'DB_HOST', 'localhost' );     // mySQL Server (typically 'localhost')
/**#@-*/


/**
 * If you want to be able to reset your existing b2evolution tables and start anew
 * you must set $allow_evodb_reset to 1.
 *
 * NEVER LEAVE THIS SETTING ON ANYTHING ELSE THAN 0 (ZERO) ON A PRODUCTION SERVER.
 * IF THIS IS ON (1) AND YOU FORGET TO DELETE THE INSTALL FOLDER, ANYONE WOULD BE ABLE TO
 * ERASE YOUR B2EVOLUTION TABLES AND DATA BY A SINGLE CLICK!
 */
$allow_evodb_reset = 0;	// Set to 1 to enable. Do not leave this on 1 on production servers


/**
 * $baseurl is where your blogs reside by default. CHECK THIS CAREFULLY or nothing will work.
 * It should be set to the URL where you can find the blog templates and/or the blog stub files,
 * that means index.php, blog_b.php, etc.
 * Note: Blogs can be in subdirectories of the baseurl. However, no blog should be outside
 * of there, or some tricky things may fail (e-g: pingback)
 *
 * IMPORTANT: If you want to test b2evolution on your local machine, do NOT use that machine's
 * name in the $baseurl!
 * For example, if you machine is called HOMER, do not use http://homer/b2evolution/blogs !
 * Use http://localhost/b2evolution/blogs instead. And log in on localhost too, not homer!
 * If you don't, login cookies will not hold.
 */
$baseurl = 'http://enrique/b2evolution/blogs';		// IMPORTANT: NO ENDING SLASH !!!


/**
 * Your email. Will be used in severe error messages so that users can contact you.
 * You will also receive notifications for new user registrations there.
 */
$admin_email = 'postmaster@localhost';


/**
 * Once you have edited this file to your settings, set the following to 1 (one):
 */
$config_is_done = 1;

2 Jan 20, 2005 09:24

Qu'appelles tu la redirection admin ? Je vois pas trop quel est le probleme dont tu parles :(


Form is loading...