Your IP : 18.220.25.158


Current Path : /var/www/html/wow/
Upload File :
Current File : /var/www/html/wow/.htaccess.190708171837.orig

# This file was updated by Duplicator on 2019-05-20 19:52:36. See .htaccess.orig for the original .htaccess file.
# Please note that other plugins and resources write to this file. If the time-stamp above is different
# than the current time-stamp on the file system then another resource has updated this file.
# Duplicator only writes to this file once during the install process while running the installer.php file.

# BEGIN WordPress
<IfModule mod_expires.c>
	ExpiresActive On
	ExpiresByType image/jpg "access plus 1 week"
	ExpiresByType image/jpeg "access plus 1 week"
	ExpiresByType image/gif "access plus 1 week"
	ExpiresByType image/png "access plus 1 week"
	ExpiresByType text/css "access plus 1 week"
	ExpiresByType application/pdf "access plus 1 week"
	ExpiresByType text/javascript "access plus 1 month"
	ExpiresByType text/html "access plus 5 minutes"
	ExpiresByType image/x-icon "access plus 1 year"
	ExpiresDefault "access plus 1 week"
</IfModule>
<ifModule mod_headers.c>
Header set X-Endurance-Cache-Level "3"
</ifModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /gobc2019/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /gobc2019/index.php [L]
</IfModule>

# END WordPress