Your IP : 3.15.140.134


Current Path : /var/www/axolotl/data/www/nn.axolotls.ru/
Upload File :
Current File : /var/www/axolotl/data/www/nn.axolotls.ru/.htaccess_back1547038776

Options -Indexes 
ErrorDocument 404 /404.php

<IfModule mod_php5.c>
	php_flag allow_call_time_pass_reference 1
	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
												
	# ASPRO_SITEMAP_sitemap_iblock_9 Serve sitemap.xml with sitemap.php only if the latter exists
	RewriteCond %{REQUEST_FILENAME} sitemap_iblock_9.xml
	RewriteCond %{DOCUMENT_ROOT}/sitemap_iblock_9.php -f
	RewriteRule ^(.*)$ /sitemap_iblock_9.php [L]
												
	# ASPRO_SITEMAP_sitemap_iblock_3 Serve sitemap.xml with sitemap.php only if the latter exists
	RewriteCond %{REQUEST_FILENAME} sitemap_iblock_3.xml
	RewriteCond %{DOCUMENT_ROOT}/sitemap_iblock_3.php -f
	RewriteRule ^(.*)$ /sitemap_iblock_3.php [L]
												
	# ASPRO_SITEMAP_sitemap_files Serve sitemap.xml with sitemap.php only if the latter exists
	RewriteCond %{REQUEST_FILENAME} sitemap_files.xml
	RewriteCond %{DOCUMENT_ROOT}/sitemap_files.php -f
	RewriteRule ^(.*)$ /sitemap_files.php [L]
												
	# ASPRO_SITEMAP_sitemap Serve sitemap.xml with sitemap.php only if the latter exists
	RewriteCond %{REQUEST_FILENAME} sitemap.xml
	RewriteCond %{DOCUMENT_ROOT}/sitemap.php -f
	RewriteRule ^(.*)$ /sitemap.php [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}]
</IfModule>

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

<IfModule mod_expires.c>
	ExpiresActive on
	ExpiresByType image/jpeg "access plus 3 day"
	ExpiresByType image/gif "access plus 3 day"
</IfModule>