MyBB Community Forums

Full Version: "Add to .htaccess:" I dont know what to do. Google SEO plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the .htacces file, where it is, where should I add the code.
  • Add to .htaccess:
    RewriteEngine on

    # Google SEO workaround for search.php highlights:
    # Make this rule the first rewrite rule in your .htaccess!
    RewriteRule ^([^&]*)&(.*)$ https://www.cracking-saga.xyz/$1?$2 [L,QSA,R=301]

    # Google SEO Sitemap:
    RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
IDK what to do...
The .htaccess is a file in the root directory of your forum. BUT... only if your server runs apache.