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"
|
Header set Cache-Control "no-cache, public"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
|
|
||||||
|
RewriteEngine on
|
||||||
|
|
||||||
# Block bad bots
|
# Block bad bots
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
RewriteCond %{HTTP_USER_AGENT} (Amazonbot) [NC,OR]
|
||||||
RewriteCond %{HTTP_USER_AGENT} (Applebot) [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>
|
<subtitle>Leilukin's personal website.</subtitle>
|
||||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||||
<link href="https://leilukin.com"/>
|
<link href="https://leilukin.com"/>
|
||||||
<updated>2024-08-19T16:23:22Z</updated>
|
<updated>2024-08-19T16:25:24Z</updated>
|
||||||
<id>https://leilukin.com/</id>
|
<id>https://leilukin.com/</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Leilukin</name>
|
<name>Leilukin</name>
|
||||||
|
|
Loading…
Reference in New Issue