marcialsoto/arv4/master/.htaccess - Htaccess File

marcialsoto/arv4/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

#<IfModule pagespeed_module>
#       ModPagespeed on
#       ModPagespeedEnableFilters extend_cache,combine_css,inline_css,combine_ja$
#</IfModule>
#<IfModule mod_deflate.c>
#        AddOutputFilterByType DEFLATE text/html text/plain text/xml application$
#</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE, REQUEST_FILENAME

Comments

Apache