I have some content (static html-files) on hosted Webspace with Apache, MySQL & PHP5.
I want to protect this content, so it can't be accessed (via htaccess maybe?). Then I want to create temporary URLs, which I can send to certain people. If they click on the link, they should see the protected content immediately, without password/key needed. The link should expire (after 30 days or something).
I need about 40 of theses URLs per year, so I'm looking for an easy way to create and manage these.
Should I use a common CMS like typo3 or wordpress with addons or something, or is this overkill?
Does anyone knows an easy & free software, which I could use on my webspace to create & manage these temporary access-links?
Any help is welcome! Thanks & Cheers, Holger
(Before anyone asks: the content isn't very private/confidential. So the risk, that a Link gets leaked and abused doesn't really bother me. It just shouldn't be visible for everyone...)