Compare commits
3 Commits
main
...
de1b65d0c9
| Author | SHA1 | Date | |
|---|---|---|---|
| de1b65d0c9 | |||
| 6051f2db54 | |||
| 5b4a057a00 |
30
.htaccess
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# Atomaste Static Site
|
||||||
|
Options -Indexes
|
||||||
|
|
||||||
|
# Redirect old broken URLs to homepage
|
||||||
|
RedirectMatch 301 ^/custom-telescope-mirror-support.*$ /
|
||||||
|
RedirectMatch 301 ^/product.*$ /
|
||||||
|
RedirectMatch 301 ^/shop.*$ /
|
||||||
|
|
||||||
|
# Redirect to index.html as default
|
||||||
|
DirectoryIndex index.html
|
||||||
|
|
||||||
|
# Enable GZIP compression
|
||||||
|
<IfModule mod_deflate.c>
|
||||||
|
AddOutputFilterByType DEFLATE text/html text/css application/javascript image/svg+xml
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
# Cache static assets
|
||||||
|
<IfModule mod_expires.c>
|
||||||
|
ExpiresActive On
|
||||||
|
ExpiresByType image/png "access plus 1 month"
|
||||||
|
ExpiresByType image/svg+xml "access plus 1 month"
|
||||||
|
ExpiresByType text/css "access plus 1 week"
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
|
# Security Headers
|
||||||
|
<IfModule mod_headers.c>
|
||||||
|
Header set X-Content-Type-Options "nosniff"
|
||||||
|
Header set X-Frame-Options "SAMEORIGIN"
|
||||||
|
Header set Referrer-Policy "strict-origin-when-cross-origin"
|
||||||
|
</IfModule>
|
||||||
BIN
Media/Optiques_Fullum_Atomaste_logo.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
18
Media/favicon.svg
Normal file
|
After Width: | Height: | Size: 58 KiB |
BIN
Media/hero-image.png
Normal file
|
After Width: | Height: | Size: 2.9 MiB |
58
Media/logo.svg
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
Media/projects/Gigabit_Gondola.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
Media/projects/gigaBIT_balloon_imaging_telescope_card.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
Media/projects/interferometer_optical_test_rig_card.png
Normal file
|
After Width: | Height: | Size: 826 KiB |
|
After Width: | Height: | Size: 777 KiB |
BIN
Media/projects/semi_deterministic_polishing_system_card.png
Normal file
|
After Width: | Height: | Size: 810 KiB |