| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-15 22:25:32 GMT-0800 |
| Commit | e129ad27e6cae650d7b5c09a5fb411f0821ad834 |
| Parent | 8f40e2b |
| -.htaccess | ||
| order.txt | ||
| favicon.ico |
| +RewriteEngine On | ||
| +RewriteBase / | ||
| +RewriteCond %{HTTP_USER_AGENT} SemrushBot [NC] | ||
| +RewriteRule .* - [F,L] | ||
| +RewriteRule ^(git|pages|render)/ - [F,L] | ||
| +RewriteCond %{REQUEST_URI} !^/index\.php$ | ||
| +RewriteCond %{REQUEST_FILENAME} -f | ||
| +RewriteRule \.php$ - [F,L] | ||
| + | ||
| +<Files 403.shtml> | ||
| +allow from all | ||
| +</Files> | ||
| + | ||
| +deny from 185.213.83.81 | ||
| Delta | 14 lines added, 1 line removed, 13-line increase |
|---|