daftu
Results
2
comments of
daftu
The patch definitely is required to be able to add both passive or active proxies with PSK. Please merge.
Best way is not to modify .htaccess but Your VirtualHost configuration: ``` DocumentRoot /var/www/lychee/plugins/webroot RewriteEngine On RewriteRule ^/uploads/([^\/]+)/(.*)$ /getPhoto.php?type=$1&url=$2 [L] ```