Risultati da 1 a 9 di 9
-
13-05-2011, 07:11 #1
- Data Registrazione
- Jan 2011
- Messaggi
- 59
Non legge l'Index!
Ragazzi è una cosa strana che succede al mio sito, in pratica se scrivo www.blablabla.it/forum/forum.php mi porta al forum ma se scrivo www.blablabla.it/forum non mi reindirizza, eppure è tutto corretto, come mai? eppure c'è un file index e forum nella root del forum! questo è avvenuto dopo l'upgrade da 3.8 a 4.1.3
-
13-05-2011, 09:23 #2
Assieme alla Suite versione 4.x sono arrivati anche i file forum.php e contents.php. Nel file index.php (modificabile) si può scegliere quali file mostrare. Inoltre ci sono configurazioni nuovi che permettono di impostare sottodomini per forum, blog e cms. Bisogna giocare un po' su queste impostazioni per trovare la giusta combinazione.
Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
13-05-2011, 14:48 #3
- Data Registrazione
- Jan 2011
- Messaggi
- 59
Ciao, ti copio l'index:
Codice:<?php /*======================================================================*\ || #################################################################### || || # vBulletin 4.1.3 - Licence Number ********** || # ---------------------------------------------------------------- # || || # Copyright ©2000-2011 vBulletin Solutions Inc. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * If you want to move this file to the root of your website, change this * line to your vBulletin directory and uncomment it (delete the //). * * For example, if vBulletin is installed in '/forum' the line should * state: * * define('VB_RELATIVE_PATH', 'forum'); * * Note: You may need to change the cookie path of your vBulletin * installation to enable your users to log in at the root of your website. * If you move this file to the root of your website then you should ensure * the cookie path is set to '/'. * * See 'Admin Control Panel * ->Cookies and HTTP Header Options * ->Path to Save Cookies */ //define('VB_RELATIVE_PATH', 'forums'); // Do not edit. if (defined('VB_RELATIVE_PATH')) { chdir('./' . VB_RELATIVE_PATH); } /** * You can choose the default script here. Uncomment the appropriate line * to set the default script. Note: Only uncomment one of these, you must * add // to comment out the script(s) that you DO NOT want to use as your * default script. * * You can choose the default script even if you do not plan to move this * file to the root of your website. */ /** * Use the CMS as the default script: */ require(''); /** * Use the forum as the default script: */ // require('forum.php'); /*======================================================================*\ || #################################################################### || # Downloaded: 10:41, Thu May 12th 2011 || # CVS: $RCSfile$ - $Revision: 31201 $ || #################################################################### \*======================================================================*/
-
13-05-2011, 22:27 #4Codice:
<?php /*======================================================================*\ || #################################################################### || || # vBulletin 4.1.3 - Licence Number ********** || # ---------------------------------------------------------------- # || || # Copyright ©2000-2011 vBulletin Solutions Inc. All Rights Reserved. || || # This file may not be redistributed in whole or significant part. # || || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # || || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # || || #################################################################### || \*======================================================================*/ /** * If you want to move this file to the root of your website, change this * line to your vBulletin directory and uncomment it (delete the //). * * For example, if vBulletin is installed in '/forum' the line should * state: * * define('VB_RELATIVE_PATH', 'forum'); * * Note: You may need to change the cookie path of your vBulletin * installation to enable your users to log in at the root of your website. * If you move this file to the root of your website then you should ensure * the cookie path is set to '/'. * * See 'Admin Control Panel * ->Cookies and HTTP Header Options * ->Path to Save Cookies */ define('VB_RELATIVE_PATH', 'forum'); // Do not edit. if (defined('VB_RELATIVE_PATH')) { chdir('./' . VB_RELATIVE_PATH); } /** * You can choose the default script here. Uncomment the appropriate line * to set the default script. Note: Only uncomment one of these, you must * add // to comment out the script(s) that you DO NOT want to use as your * default script. * * You can choose the default script even if you do not plan to move this * file to the root of your website. */ /** * Use the CMS as the default script: */ //require(''); /** * Use the forum as the default script: */ require('forum.php'); /*======================================================================*\ || #################################################################### || # Downloaded: 10:41, Thu May 12th 2011 || # CVS: $RCSfile$ - $Revision: 31201 $ || #################################################################### \*======================================================================*/
Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
14-05-2011, 12:30 #5
- Data Registrazione
- Jan 2011
- Messaggi
- 59
Niente
nemmeno se incollo il tuo index.... ovviamente ho cambiato gli * con il licence number
-
14-05-2011, 19:05 #6
hmhmhm
Se guardi come si comporta questo forum, il comportamento del tuo è simile?Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
14-05-2011, 19:49 #7
- Data Registrazione
- Jan 2011
- Messaggi
- 59
risolto, sapere cos'era? oltre al file Index.php c'è ne era uno index.html del vecchio vbulletin... avevo fatto qualcosa con il seo e quindi mi apriva quello!
-
14-05-2011, 20:13 #8
Giusto, me ne ero dimenticato e mi faceva però impazzire la primissima volta
Giovanni
http://www.trimelli.com/
Per favore non mandatemi PM, ma scrivete sul forum. Vi sarà risposto prima.
-
15-05-2011, 18:11 #9
- Data Registrazione
- Jan 2011
- Messaggi
- 59
grazie comunque, gentilissimo!
Segnalibri