mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
8 lines
223 B
ApacheConf
8 lines
223 B
ApacheConf
RewriteEngine on
|
|
RewriteRule ^api(/.*)?$ http://localhost:9000/api$1 [P,L]
|
|
|
|
RewriteRule ^([A-Za-z0-9-/]+)$ index.html [L,QSA]
|
|
|
|
DirectoryIndex index.php index.html /dirindex/dirindex.php
|
|
ErrorDocument 404 /dirindex/404.html
|