BuildBridges
Active member
Under Robots.txt Options in XENFORO control panel, this appears on top of the page.
You can have XenForo generate the robots.txt file for you. Please note for this to work, you need to do a mod rewrite that goes: robots.txt => index.php?xfa-robots/index
Does this mean that this goes into the .HTACCESS file in the forums' root folder?
And if so, what exactly is put into the HTACCESS file?
Is this the statement?
Or do I just drop in
Any insight would be great, thank you.
You can have XenForo generate the robots.txt file for you. Please note for this to work, you need to do a mod rewrite that goes: robots.txt => index.php?xfa-robots/index
Does this mean that this goes into the .HTACCESS file in the forums' root folder?
And if so, what exactly is put into the HTACCESS file?
Is this the statement?
Code:
RewriteCond robots.txt => index.php?xfa-robots/index ??
Or do I just drop in
Code:
robots.txt => index.php?xfa-robots/index
Any insight would be great, thank you.