gorhill / PHP-FineDiff

A PHP implementation of a Fine granularity Diff engine: Diff can be computed up to character-level
http://www.raymondhill.net/finediff/
508 stars 148 forks source link

Temporary link for sharing does not work #19

Closed mdegrees closed 9 years ago

mdegrees commented 9 years ago

Please why temporary link does not work? it's returning 'The page you are looking for has expired' all the time, do i mess something?

Thank you in advance!

gorhill commented 9 years ago

It has been year since I looked at the server-side of this project. There was a huge amount of cached files (which should have been removed since a long time). So I remove all that was older than 3 months, tried and it worked from my side.

mdegrees commented 9 years ago

Thank you for your quick reply!

Oddly i was copying the tempolink rendred on the page http://www.raymondhill.net/finediff/viewdiff.php and it happens that the link value does not mach the link label. Instead of (for e.g) : http://www.raymondhill.net/finediff/viewdiff.php?data=db1e19d6bc9180b7d000d45e1b71c8d837a098fc

the link label is indicating: http://www.raymondhill.net/viewdiff.php?data=db1e19d6bc9180b7d000d45e1b71c8d837a098fc

Note a missing 'finediff' in the link.

Now solved! Thank you!