# -------------------------------------------
# Deny all access by default
# -------------------------------------------
# Deny all access to the website unless specifically allowed
Order Deny,Allow
Deny from all

# -------------------------------------------
# Deny access to hidden files (files starting with .)
# -------------------------------------------
# Prevent access to hidden files like .htaccess, .env, etc.
<FilesMatch "^\..*">
    Order Allow,Deny
    Deny from all
</FilesMatch>

# -------------------------------------------
# Block specific HTTP methods (PUT, DELETE, etc.)
# -------------------------------------------
# Block potentially dangerous HTTP methods like PUT, DELETE, etc.
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} (PUT|DELETE|CONNECT|OPTIONS|TRACE) [NC]
    RewriteRule .* - [F,L]
</IfModule>

# -------------------------------------------
# Deny access to specific file types
# -------------------------------------------
# Block access to files with extensions commonly used for backups, archives, scripts, etc.
<FilesMatch "\.(zip|rar|tar|gz|7z|sql|bak|env|log|json|xml|php|php3|php4|php5|phtml|pl|cgi|sh|exe|bat|cmd|py|jsp|asp|aspx)$">
    Order Deny,Allow
    Deny from all
</FilesMatch>

# -------------------------------------------
# Disable PHP Engine
# -------------------------------------------
# Disable PHP processing in certain directories or files
php_flag engine Off

# -------------------------------------------
# Disable dangerous PHP functions
# -------------------------------------------
# Disable functions that are commonly used in attacks (e.g., system calls, file manipulation)
php_flag allow_url_fopen Off
php_flag allow_url_include Off
php_value disable_functions "exec, shell_exec, system, passthru, eval, base64_decode, file_get_contents, curl_exec, fsockopen, proc_open, popen, mail, ini_restore, show_source"

# -------------------------------------------
# Block malicious query strings
# -------------------------------------------
# Block query strings that may contain malicious code such as SQL injection or base64 encoded payloads
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (base64_encode|eval\() [NC,OR]
    RewriteCond %{QUERY_STRING} (union.*select.*from) [NC,OR]
    RewriteCond %{QUERY_STRING} (cmd=|exec|passthru|shell_exec|system|proc_open) [NC]
    RewriteCond %{QUERY_STRING} (insert.*into.*users|select.*from.*information_schema) [NC]
    RewriteCond %{QUERY_STRING} (update.*set.*password|drop.*table|delete.*from) [NC]
    RewriteRule .* - [F,L]
</IfModule>

# -------------------------------------------
# ModSecurity Rules
# -------------------------------------------
# Enable ModSecurity for additional protection against common attacks like XSS, SQL injection, etc.
<IfModule mod_security.c>
    SecFilterEngine On
    SecFilterScanPOST On
    SecFilter "base64_decode"
    SecFilter "eval\("
    SecFilter "gzuncompress"
    SecFilter "gzinflate"
    SecFilter "str_rot13"
    SecFilter "preg_replace"
    SecFilter "<script"
    SecFilter "onerror"
    SecFilter "onload"
    SecFilter "javascript:"
</IfModule>


# -------------------------------------------
# Disable Directory Listing
# -------------------------------------------
# Prevent users from seeing a list of files if no index file is present
Options -Indexes

# -------------------------------------------
# Copyright Information
# -------------------------------------------
# &copy; 2025 Evan Ahmed Emon. All rights reserved. Unauthorized copying, redistribution, or reproduction of this content is prohibited.
# Contact: WhatsApp +8801864614704


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?ospfollow\.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]




# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www.ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]


# -------------------------------------------
# Block Hotlinking
# -------------------------------------------
# Prevent other websites from linking directly to your media files
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?ospfollow.com/ [NC]
RewriteRule \.(jpg|jpeg|png|gif|php|js|css)$ - [F,NC]
