Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4889e327
authored
2023-11-20 16:06:26 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
5bc5338f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
.htaccess
.htaccess
View file @
4889e32
...
...
@@ -2,51 +2,13 @@
ModPagespeed
off
</
IfModule
>
<
IfModule
mod_expires.c
>
ExpiresActive
On
# Images
ExpiresByType
image/jpeg "access plus 1 year"
ExpiresByType
image/gif "access plus 1 year"
ExpiresByType
image/png "access plus 1 year"
ExpiresByType
image/webp "access plus 1 year"
ExpiresByType
image/svg+xml "access plus 1 year"
ExpiresByType
image/x-icon "access plus 1 year"
# Video
ExpiresByType
video/webm "access plus 1 year"
ExpiresByType
video/mp4 "access plus 1 year"
ExpiresByType
video/mpeg "access plus 1 year"
# Fonts
ExpiresByType
font/ttf "access plus 1 year"
ExpiresByType
font/otf "access plus 1 year"
ExpiresByType
font/woff "access plus 1 year"
ExpiresByType
font/woff2 "access plus 1 year"
ExpiresByType
application/font-woff "access plus 1 year"
# CSS, JavaScript
ExpiresByType
text/css "access plus 1 year"
ExpiresByType
text/javascript "access plus 1 year"
ExpiresByType
application/javascript "access plus 1 year"
# Others
ExpiresByType
application/pdf "access plus 1 year"
ExpiresByType
image/vnd.microsoft.icon "access plus 1 year"
</
IfModule
>
# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<
IfModule
mod_rewrite.c
>
RewriteEngine
On
RewriteRule
.* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase
/
RewriteRule
^index\.php$ - [L]
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
. /index.php [L]
</
IfModule
>
# END WordPress
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment