I installed this but I am trying to get pages like:
https://www.iforumelite.com/content....e-contratacoes
https://www.iforumelite.com/content.php
Secure but this did not work.
I did everything except add this:
User-agent: *
Disallow: /cache.php
Also I suggest you add something like this to .htaccess:
Code:
<FilesMatch "cache\.php$">
Header set Cache-Control "max-age=86400, public"
</FilesMatch>