Content of index.var


/ Published in: Apache
Save to your folder(s)

This conent points the user to a certain file or directory based on his language settings


Copy this code and paste it in your HTML
  1. URI: index; vary="type,language"
  2.  
  3. URI: index.php
  4. Content-type: text/html; qs=1.0
  5. Content-language: de
  6.  
  7. URI: /fr/index.php
  8. Content-type: text/html; qs=0.8
  9. Content-language: fr
  10.  
  11. URI: /en/index.php
  12. Content-type: text/html; qs=0.8
  13. Content-language: en

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.