ディレクトリが存在する場合でもリダイレクト URL が必要です。
This is my .htaccess: にexample.com/directory
リダイレクトします。example.com/index.html#directory
DirectoryIndex dispatch.py
Options FollowSymLinks
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /dispatch.py/$1 [L]
私も試しました:
DirectoryIndex dispatch.py
Options FollowSymLinks
RewriteEngine on
RewriteRule ^zawody$ /dispatch.py/zawody [L]
それでもリダイレクトしません...