marekiaro

Utente Medio
Autore del topic
5 Agosto 2009
131
0
Miglior risposta
0
Salve oggi ho modificato il mio hotel , facendolo diventare senza hamachi... Solo che ho un problema.
Visto che il mio sito di no-ip usa il mio ip , quindi mi apre la configurazione del modem quando lo apro , io devo entrare da LocalHost.
Ora quando apro localhost mi esce la index , Ma provo a loggarmi e dice pagina inesistente...
QUale può essere il problema?

Il mio problema è che mi escono due slash al cms , esempio:
Perfavore, Entra oppure Registrati per vedere i Link!
. E non voglio che escano i due slash finali, come faccio? :L Aiuto per favore , sono disperato.
 
Ultima modifica:
Ciao marekiaro, penso di aver capito il tuo problema e credo di avere la soluzione per risolverlo.

Alla configurazione del tuo hotel, hai configurato il file inc-config.

<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
|
Perfavore, Entra oppure Registrati per vedere i Link!
&
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

$config['Site']['www'] = "h t t p : / / l o c a l h o s t /";
$config['Site']['hash_secret'] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/";

$config['MySQL']['hostname'] = "localhost";
$config['MySQL']['username'] = "root";
$config['MySQL']['password'] = "tua-password";
$config['MySQL']['database'] = "nome-database";

$config['MUS']['enabled'] = false;
$config['MUS']['ip'] = "127.0.0.1";
$config['MUS']['port'] = 90;

?>

Prova a eliminare lo Slash, sulla prima stringa.

Ovvero, modificalo in: $config['Site']['www'] = "h t t p : / / l o c a l h o s t ";

--------------- AGGIUNTA AL POST ---------------
Fammi sapere se hai risolto. ;)
 
Ultima modifica: