HosipLan

Untitled

Jun 28th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <Files ~ "\.(htm|html|css|js)$">
  2. AddDefaultCharset UTF-8
  3. </Files>
  4.  
  5. DirectoryIndex index.php index.html
  6.  
  7. RewriteEngine On
  8.  
  9. RewriteCond %{HTTP_HOST} ^kdyby\.org [NC]
  10. RewriteRule ^(.*)$ http://www.kdyby.org/$1 [R=301,QSA,L]
  11.  
  12.  
  13. RewriteCond %{ENV:REDIRECT_STATUS} ^$
  14. RewriteCond %{HTTP_HOST} ^([^.]+)\.kdyby\.org$ [NC]
  15. RewriteCond %{HTTP_HOST} !^www\. [NC]
  16. RewriteCond %{HTTP_HOST} !^(admin|evolution|libs|documentation|helper)\.kdyby\.org$ [NC]
  17. RewriteRule ^(.*)$ %{HTTP_HOST}$1 [C]
  18. RewriteRule ^([^.]+)\.kdyby\.org\/?(.*)?$ %{DOCUMENT_ROOT}/subdomains/$1/$2
Advertisement
Add Comment
Please, Sign In to add comment