@ManageManga have you actually finished your trial? The specs you mentioned are not what Oracle is advertising.
It's 4 total cores and 24 GB total memory.
The 16core/96GB figure is just an example what the $300 monthly trial credit is enough for.
Save this as .htaccess and put it in your website root folder:
RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .*[^/]$ %{REQUEST_URI}/ [L,R=301]
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.+)/$ $1.html [L]
These rules will automatically redirect urls to corresponding...
You could try vouchsafe - http://www.vouchsafe.com/demo
Or solvemedia - http://www.solvemedia.com/publishers/
Or, you could do something smart, like adding a captcha image+input field and then hiding/removing them with javascript (or adding a text saying "If you're a human being, DO NOT enter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.