Build: (9f8fd59
) Enable rewrite engine
This commit is contained in:
parent
bc8d98d523
commit
ccb1545c16
|
@ -7,6 +7,8 @@ Header set Cache-Control "max-age=31536000, public"
|
|||
Header set Cache-Control "no-cache, public"
|
||||
</FilesMatch>
|
||||
|
||||
RewriteEngine on
|
||||
|
||||
# Block bad bots
|
||||
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
||||
RewriteCond %{HTTP_USER_AGENT} (Applebot) [NC,OR]
|
||||
|
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-19T16:23:22Z</updated>
|
||||
<updated>2024-08-19T16:25:24Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue