Fork me on GitHub

Rapport de message :*
 

help je perd mon site

Titre du sujet : help je perd mon site
par doudouille sur 05/03/2008 11:18:25

Bonjour,
J'ai grand besoin de vous, il y a trois jour j'ai testé une redirection php sur ma page index.php j'ai très vitre supprimé le bout de code mais depuis l'accueil ne s'affiche plus, j'ai contacté ovh tout est ok chez eux mes autres pages fonctionne et je peux même rentrer dans l'admin j'ai mis si dessous le copier coller de ma page index.php peut être ais-je supprimé quelque chose. Sinon je ne vois pas ce qui a pu se passer. J'ai grand besoin de vous sinon je perd mon site, merci.
<?php // $Id: index.php 2 2005-11-02 18:23:29Z skalpa $ //  ------------------------------------------------------------------------ // //                XOOPS - PHP Content Management System                      // //                    Copyright (c) 2000 XOOPS.org                           // //                       <http://www.xoops.org/>   ... ;of the License, or        // //  (at your option) any later version.                                      // //                                                                           // //  You may not change or alter any portion of this comment or credits       // //  of supporting developers from this source code or any supporting         // //  source code which is considered copyrighted (c) material of the          // //  original comment or credit authors.                                      // //                                                                           // //  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.                             // //                                                                           // //  You should have received a copy of the GNU General Public License        // //  along with this program; if not, write to the Free Software              // //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA // //  ------------------------------------------------------------------------ // /**  * Catch new users and redirect them to the start page, if any  * @copyright &copy; 2000 xoops.org  **/   /**  * redirects to installation, if xoops is not installed yet  **/ include "mainfile.php";  //check if start page is defined if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) {     header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/');     exit(); } else {     $xoopsOption['show_cblock'] =1;     include "header.php";     include "footer.php"; } ?>

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

61 Personne(s) en ligne (47 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 61 | Plus ...