webservers /marssolover/protected フォルダーに .htaccess ファイルがあり、保護されたフォルダーからファイルを取得し、同じフォルダーにある filestreamer.php ファイルを介してストリーミングできます。mod_rewrite は localhost では正常に機能しますが、1&1 では機能しません。
私はググって、この .htaccess ファイルで終わる提案のいくつかを試しました:
AddHandler x-mapp-php6 .php
RewriteEngine On
Options -MultiViews
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteBase /MARS/MARSSecure
RewriteRule ^(.*)$ filestreamer.php?file=$1 [L]
<Files .htaccess>
order allow,deny
deny from all
</Files>
しかし、それはまだ機能していません。MultiViewsと関係があるかもしれないと読んだことがありますが、それは無効になっていると思いましたOptions -MultiViews