mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
8 lines
197 B
ApacheConf
8 lines
197 B
ApacheConf
RewriteEngine On
|
|
|
|
# Deliver literal files as-is
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-l
|
|
|
|
RewriteRule (.*) index.php?route=$1 [L]
|