7
vmax2extreme:
Everybody (and also crawlers as well) can access all of the html files directly because they are out of xoops (or any other CMS) permissions system control.
what wishcraft wrote is a way to implement the xoops permissions to your html files. (converting them to php files)
As i said you before the
final solution is moving that folder contain html files outside the wwwroot.
It is very simple. you just need to go to cpanel and copy /modules/xcenter/html folder to an outside root folder.
Then follow the installation of "Wraps".
You can have the same folder as /modules/xcenter/html
As for Crawlers the wishcraft code should prevent them.
Add to robots.txt:
Disallow: /modules/xcenter/html/
But anyway still everybody can access directly to your html files even if google will not index them.