私はこの htaccess が初めてです。解決策を見つけるのを手伝ってください。
ドメイン名 = example.com があるとしましょう
サブドメインが入力されると、特定のファイルが開きます。たとえば
demo.example.com >> Will redirect >> demo.example.com/test.php
check.example.com >> Will redirect >> check.example.com/test.php
anything.example.com >> Will redirect >> anything.example.com/test.php
test.php は Web サイトのルート フォルダーにある必要があるため、構造は次のようになります。
このために、メイン ドメインと同じパスとしてワイルド カード サブドメインを作成済みです。
これは htaccess で実行できますか。
よろしくお願いします。