Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Files ~ "\.(htm|html|css|js)$">
- AddDefaultCharset UTF-8
- </Files>
- DirectoryIndex index.php index.html
- RewriteEngine On
- RewriteCond %{HTTP_HOST} ^kdyby\.org [NC]
- RewriteRule ^(.*)$ http://www.kdyby.org/$1 [R=301,QSA,L]
- RewriteCond %{ENV:REDIRECT_STATUS} ^$
- RewriteCond %{HTTP_HOST} ^([^.]+)\.kdyby\.org$ [NC]
- RewriteCond %{HTTP_HOST} !^www\. [NC]
- RewriteCond %{HTTP_HOST} !^(admin|evolution|libs|documentation|helper)\.kdyby\.org$ [NC]
- RewriteRule ^(.*)$ %{HTTP_HOST}$1 [C]
- RewriteRule ^([^.]+)\.kdyby\.org\/?(.*)?$ %{DOCUMENT_ROOT}/subdomains/$1/$2
Advertisement
Add Comment
Please, Sign In to add comment