Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. <html class="no-js" lang="fr-FR" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
  2. <head itemscope itemtype="http://schema.org/WebSite">
  3. <meta charset="UTF-8">
  4. ...
  5. <meta property="og:url" content="http://www.ekilium.fr/"/>
  6. <meta property="og:type" content="article"/>
  7. <!-- article:author:1 --><meta property="article:author" content="https://www.facebook.com/ekilium"/>
  8. <meta property="article:section" content="Management / HR"/>
  9. <meta property="article:published_time" content="2014-03-21T12:17:50+00:00"/>
  10. <meta property="article:modified_time" content="2016-10-12T21:06:53+00:00"/>
  11. <meta property="og:locale" content="fr_FR"/>
  12. <meta property="og:site_name" content="Ekilium Coaching professionnel / Formation"/>
  13. <meta property="og:title" content="Coaching professionnel et Formation - Accompagnement de l&#039;entreprise"/>
  14. <meta property="og:description" content="Coaching d&rsquo;organisation, de dirigeant, d&#039;&eacute;quipe et de manager - Accompagnement pour la mise en place de l&#039;agilit&eacute; manag&eacute;riale et de l&#039;entreprise lib&eacute;r&eacute;e"/>
  15. <meta property="article:publisher" content="https://www.facebook.com/ekilium/"/>
  16. <!-- og:image:1 --><meta property="og:image" content="http://www.ekilium.fr/wp-content/uploads/2016/09/LogoEkilium-538_250.png"/>
  17. <!-- og:image:1 --><meta property="og:image:width" content="538"/>
  18. <!-- og:image:1 --><meta property="og:image:height" content="250"/>
  19.  
  20. #SetEnv PHP_VER 5_3
  21.  
  22. SetEnv REGISTER_GLOBALS 0
  23. <IfModule mod_rewrite.c>
  24. RewriteCond %{HTTP_HOST} !^www.ekilium.fr [NC]
  25. RewriteRule (.*) http://www.ekilium.fr/$1 [QSA,R=301,L]
  26. ExpiresActive On
  27. ExpiresByType image/jpg "access plus 1 month"
  28. ExpiresByType image/jpeg "access plus 1 month"
  29. ExpiresByType image/gif "access plus 1 month"
  30. ExpiresByType image/png "access plus 1 month"
  31. ExpiresByType text/css "access plus 1 month"
  32. ExpiresByType application/pdf "access plus 1 month"
  33. ExpiresByType text/x-javascript "access plus 1 month"
  34. ExpiresByType application/x-shockwave-flash "access plus 1 month"
  35. ExpiresByType image/x-icon "access plus 1 year"
  36. ExpiresDefault "access plus 1 days"
  37. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement