- Open proxy.php
- Edit $allowedRessources. Put all links in this array, due to security reasons.
- Replace all links with "http://{YOUR_URL}/proxy.php?u={YOUR_LINK}".
- Done!
- Open proxy.php
- Edit $allowedRessources. Put all links in this array, due to security reasons.
- Change $cacheEnable from "false" to "true" ( default: false )
- Change $cacheDirectory to absolute path ( default: /var/www/cache )
- Change $refreshCacheTime to number in seconds ( default: 300 )
- You can use it just by adding "&c" to your link e.g.: "http://{YOUR_URL}/proxy.php?u={YOUR_LINK}&c"
- Done!
Parameter | Explaination |
---|---|
u | URL |
c | Cache (false by default) |
Make sure the path your cache should be written on is read/writeable.
Make sure your given URL is valid.
If $allowedRessources is empty. Every URL is allowed ;-)