
    # Turn off MultiViews
    Options -MultiViews

    AddType application/ld+json .json

    RewriteEngine on

    RewriteBase /output/agricultural_practices

    # Rewrite rule to serve HTML
    RewriteCond %{HTTP_ACCEPT} !application/rdf\+xml.*(text/html|application/xhtml\+xml)
    RewriteCond %{HTTP_ACCEPT} text/html [OR]
    RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mozilla/.*
    RewriteRule ^$ ./index-en.html [R=303,L]

    # Rewrite rule to serve JSON-LD content from the vocabulary URI if requested
    RewriteCond %{HTTP_ACCEPT} application/ld\+json
    RewriteRule ^$ ./ro-crate.json [R=303,L]
    