mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-05 14:01:32 +00:00
6 lines
117 B
ApacheConf
6 lines
117 B
ApacheConf
RewriteEngine On
|
|
RewriteOptions Inherit
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*) index.php?r=$1 [QSA]
|
|
|