mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
8 lines
208 B
ApacheConf
8 lines
208 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&htaccess=1 [L]
|