6 lines
143 B
ApacheConf
6 lines
143 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /whattoplay/
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule . index.html [L]
|