MyBB Community Forums

Full Version: SEO 1.0 Beta Released!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Chadwick Wrote:That worked great for the threads now how do I fix it for the forums?
Any idea for this? To make that one lower case?
Asad_Niazi Wrote:Ohh dear, that was a nice find. Maybe that's only on 1.2 though. Try the attached seo.php file.

It's working now! Smile Thanks for your quick reply!
Chadwick Wrote:That worked great for the threads now how do I fix it for the forums?

Find and replace two instances of this:

return $title_url

With:

return strtolower($title_url)
Works except one thing. Look.

http://www.freerockforums.com/index.php
my bad, drop the semi-colon in the replacement code.
I tried to get it to work.... it does but then it like says cannot find file or w/e

Help plz
Cannot find file? What error is that you're "exactly" getting?
Like i set it all up exactly... ad the htaccess file , chmod it , install the Plug in but then whenever i go to a thread or post... it says that it cannot find it.. and i even put the lowercase letters thing into the seo.php and still it didnt do nething
Are you sure the .htaccess file exists in the same folder as your forum? and does your hosting provider have mod_rewrite enabled (with apache ofcourse)?
Well im not positive but im pretty sure it does..

And yes the Forum is in my Main Folder of the website so thats exactly where the htaccess is at
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31