MyBB Community Forums

Full Version: MyBB .htaccess help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using mybb friendly url's (thread-3454.html)
And i install mybb google seo i dont want google seo url but i need other features of it such as "404 not found" and Sitemap.
So what i need to add codes from google seo .htaccess to mybb .htaccess for this two features. please help anyone.
you have the option to enable/disable each modules in the Settings page of the Google SEO plugin
I want to use 404 not found and sitemap. Whitout .htaccess codes it is not working so i was asking what codes i need copy from google seo .htaccess to mybb's .htacess
To make a custom 404 error add this to the .htaccess on mybb

ErrorDocument 404 /404.html

Make sure to add a document named 404.html on root of server so it knows where to load it from.
Google SEO displays the required .htaccess changes on the plugins page.