mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +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]
|
|
|