Guest User

Untitled

a guest
Jun 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Link: <http://www.example.com/downloads/white-paper.pdf>; rel="canonical"
  2.  
  3. RewriteRule ([^/]+).(pdf|doc|txt)$ - [E=FILENAME:$1]
  4. <FilesMatch ".(pdf|doc|txt)$">
  5. Header add Link '<http://www.example.com/poets/name-surname/poems/%{FILENAME}.htm>; rel="canonical"'
  6. </FilesMatch>
  7.  
  8. <?php
  9. header('Link: <http://www.example.com/poets/name-surname/poems/'.$poemid.'poem-title.htm; rel="canonical"');
  10. ?>
Add Comment
Please, Sign In to add comment