celloc3d.brain.riken.jp/public/.htaccess

11 lines
270 B
ApacheConf
Raw Permalink Normal View History

2022-05-11 18:50:27 +09:00
RewriteEngine on
RewriteBase /
RewriteRule ^DB/TE/(.+\.dat) /data/$1? [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}index.html !-f
RewriteRule . /index.html [L]