/home/altere25/usaigc.com
Edit: /home/altere25/usaigc.com/.htaccess (2032B)
# BEGIN HTTPS Redirection Plugin
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# END HTTPS Redirection Plugin
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
# BEGIN WP-HUMMINGBIRD-CACHING
# The directives (lines) between "BEGIN WP-HUMMINGBIRD-CACHING" and "END WP-HUMMINGBIRD-CACHING" are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
ExpiresActive On
ExpiresDefault A0
ExpiresDefault A31536000
ExpiresDefault A31536000
ExpiresDefault A31536000
ExpiresDefault A31536000
Header set Cache-Control "max-age=31536000"
Header set Cache-Control "max-age=31536000"
Header set Cache-Control "max-age=31536000"
Header set Cache-Control "max-age=31536000"
# END WP-HUMMINGBIRD-CACHING
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
AddHandler application/x-httpd-ea-php74 .php .php7 .phtml
# php -- END cPanel-generated handler, do not edit