Your IP : 3.147.69.91


Current Path : /home/bitrix/ext_www/coffe.land/
Upload File :
Current File : /home/bitrix/ext_www/coffe.land/.htaccess

Options -Indexes 
ErrorDocument 404 /404.php

<IfModule mod_php5.c>
  php_flag session.use_trans_sid off
  php_value display_errors 1
  php_value mbstring.internal_encoding UTF-8
</IfModule>

<IfModule mod_rewrite.c>
  Options +FollowSymLinks

  RewriteEngine on

  	RewriteCond %{HTTP_HOST} ^coffe\.land [NC]
      RewriteCond %{SERVER_PORT} 80
      RewriteRule ^(.*)$ https://coffe.land/$1 [R=301,L]

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-l
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$
  RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]
  RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]

  RewriteCond %{REQUEST_URI} \.(jpg|jpeg|gif|png|ico)$ [NC]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule .*$ /upload/nopicture.jpeg [L]

</IfModule>

<IfModule mod_dir.c>
  DirectoryIndex index.php index.html
</IfModule>

<IfModule mod_expires.c>
  ExpiresActive on
  ExpiresDefault "access plus 1 seconds"
  ExpiresByType image/jpeg "access plus 1 seconds"
  ExpiresByType image/gif "access plus 1 seconds"
  ExpiresByType image/png "access plus 1 seconds"
  ExpiresByType text/css "access plus 1 seconds"
  ExpiresByType application/javascript "access plus 1 seconds"
</IfModule>