15/04/2009, 16:57
|
| | Fecha de Ingreso: abril-2009
Mensajes: 6
Antigüedad: 15 años, 7 meses Puntos: 0 | |
Respuesta: AYUDA CON .HTACCES EN URL amigable hOLA, GRACIAS POR RESPONDER,,,ESTO ES LO QUE TENGO:
Muchas Gracias.
index
<?php
ini_set("include_path", ini_get("include_path") . ":lib/:./framework");
require_once("framework, php");
?>
Framework
<?php
ini_set("include_path", ini_get("include_path") . ":lib/:./framework");
require_once("simpleiniparser/class.iniparser. ");
require_once("smarty/libs/Smarty.class,php");
require_once("includes/include_tools.inc");
require_once("includes/global_functions.inc");
// get configuration
get_config("main.ini", "main");
if (file_exists("configuration/sections.ini"))
get_config("sections.ini", "sections");
// define global variables
$process = $_REQUEST["process"] ? $_REQUEST["process"] : "main";
$_SITE_INFO = array(
$_SITE_PART = array();
// start session
session_start();
etc, etc, etc |