Guest User

Untitled

a guest
Apr 19th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. www.site.ext/composers/index.php?cmd=composers&id=123
  2.  
  3. #Options +FollowSymlinks
  4. RewriteEngine On
  5. RewriteBase /
  6. #AllowOverride all
  7. RewriteCond %{HTTP_HOST} .
  8. RewriteRule ^Mozart$ composers/index.php?cmd=composers&id=123 [L]
  9.  
  10. #Options +FollowSymlinks
  11. RewriteEngine On
  12. RewriteBase /
  13. #AllowOverride all
  14. RewriteCond %{HTTP_HOST} .
  15. RewriteRule ^Mozart$ composers/index.php?cmd=composers&id=123 [R=301,L]
  16.  
  17. <head>
  18. ...
  19. <link rel="canonical" href="http://www.site.ext/Mozart" />
  20. ...
  21. </head>
Add Comment
Please, Sign In to add comment