Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/10/2016, 22:50
Avatar de xxkyushuxx
xxkyushuxx
 
Fecha de Ingreso: julio-2011
Ubicación: Lima
Mensajes: 42
Antigüedad: 13 años, 8 meses
Puntos: 3
Respuesta: Mi pagina web en php arroja archivos duplicados

Código PHP:
Ver original
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7]>      
  3. <html class="no-js lt-ie9 lt-ie8 lt-ie7">
  4.    <![endif]-->
  5. <!--[if IE 7]>        
  6.    <html class="no-js lt-ie9 lt-ie8">
  7.       <![endif]-->
  8. <!--[if IE 8]>        
  9.       <html class="no-js lt-ie9">
  10.          <![endif]-->
  11. <html lang="es">
  12. <head>
  13.     <meta charset="utf-8">
  14.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  15.     <meta name="viewport" content="width=device-width, initial-scale=1">
  16.     <title><?php include('seo.php'); echo $titulo;?></title>
  17.     <meta name="description" content="<?php include('seo.php'); echo $descripcion;?>">
  18.     <meta name=robots content="<?php include('seo.php'); echo $indexar;?>"/>
  19.     <link rel="shortcut icon" href="icons/favicon.ico">
  20.     <!-- Bootstrap core CSS -->
  21.     <link href="css/bootstrap.min.css" rel="stylesheet">
  22.     <!-- Custom styles for this template -->
  23.     <link rel="stylesheet" href="scss/style.css">
  24.     <!-- Bootstrap core CSS -->
  25.     <link href="css/animate.css" rel="stylesheet">
  26.     <link href="css/flexslider.css" rel="stylesheet">
  27.     <link href="css/sm-light.css" rel="stylesheet">
  28.     <link href="css/owl.carousel.css" rel="stylesheet">
  29.     <link href="css/owl.theme.css" rel="stylesheet">
  30.     <link href="css/venobox.css" rel="stylesheet">
  31.    
  32.     <link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500" rel="stylesheet">
  33.     <!--[if lt IE 9]>
  34.     <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  35.     <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  36.     <![endif]-->
  37. </head>
  38.  
  39. <body>
  40.     <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
  41.         <div class="container-full">
  42.             <div class="row">
  43.                 <div class="navbar-header">
  44.                     <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  45.                         <span class="sr-only">Toggle navigation</span>
  46.                         <span class="icon-bar"></span>
  47.                         <span class="icon-bar"></span>
  48.                         <span class="icon-bar"></span>
  49.                     </button>
  50.                     <a class="navbar-brand" href="index.php">
  51.                         <img src="images/logo_semi_final.png" alt="SolyMail">
  52.                     </a>
  53.                 </div>
  54.                 <div class="collapse navbar-collapse">
  55.                     <ul class="nav navbar-nav" id="top-nav">
  56.                         <li class="active">
  57.                             <a href="index.php">Inicio</a>
  58.                         </li>
  59.                         <li>
  60.                             <a href="caracteristicas.php">Características</a>
  61.                         </li>
  62.                         <li>
  63.                             <a href="clientes.php">Clientes</a>
  64.                         </li>
  65.                         <li>
  66.                             <a href="ayuda">Ayuda</a>
  67.                         </li>
  68.                     </ul>
  69.                     <ul class="menu-extra">
  70.                         <li class="telefono">(01) 310-8108</li>
  71.                         <li><a href="contacto.php" class="border_white-solid_cian btn-lg">Contacto</a></li>
  72.                     </ul>
  73.                 </div>
  74.                 <!--/.nav-collapse -->
  75.             </div>
  76.             <!-- .row -->
  77.         </div>
  78.     </div>
__________________
Google + / Twitter