Advertisement
MrViSiOn

PK Redirection 301

Dec 5th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2.  
  3. $urls = array(
  4.     /*
  5.      * COLOCAR AQUÍ LAS URLS DE REDIRECCIÓN DE LA SIGUIENTE FORMA
  6.      *  '/es/dormir-bebe-162' => '/es/la-casa-del-bebe-166',
  7.      *  '/es/otra-url-la-que-sea' => '/es/otra-url-la-que-sea-destino',
  8.      *
  9.      */
  10.  
  11.     // - ESCRIBIR A PARTIR DE AQUÍ
  12.     '/es/dormir-bebe-162' => '/es/la-casa-del-bebe-166',
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.     // - NO ESCRIBIR A PARTIR DE AQUÍ
  24. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement