mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
10 lines
274 B
ApacheConf
10 lines
274 B
ApacheConf
RewriteEngine On
|
|
|
|
#RewriteCond %{REQUEST_FILENAME} -s [OR]
|
|
#RewriteCond %{REQUEST_FILENAME} -l [OR]
|
|
#RewriteCond %{REQUEST_FILENAME} -d
|
|
#RewriteRule ^.*$ - [NC,L]
|
|
#RewriteRule ^.*$ index.php [NC,L]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.*) index.php?r=$1 [QSA]
|