MyBB Community Forums

Full Version: Seo plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed the Seo Plugin, but it doesn´t work:

My Forum: http://www.laptop-test.net/Forum/

htaccess File on the Server:

RewriteEngine On
RewriteRule ^index.html$ index.php [L,NE]
RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L]
RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&page=$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L]
RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L]

What is wrong ?
It is under /forum folder.. I think you need to edit the file to reflect the /forum/ directory.. not really sure Smile
I couldnt get mine to work either... dont know if its the same prob? but it wouldnt work..Sad
Umm did you do the manual edits required. Also this should really be asked in this mods forum post Wink.
shhhhh, i hear footsteps, and clanking padlocks?Big Grin
PC Freak Wrote:I installed the Seo Plugin, but it doesn´t work:

My Forum: http://www.laptop-test.net/Forum/

htaccess File on the Server:

RewriteEngine On
RewriteRule ^index.html$ index.php [L,NE]
RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L]
RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&page=$3 [QSA,L]
RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L]
RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L]

What is wrong ?

hi
you shoud put this line under RewriteEngine On
RewriteEngine On
RewriteBase /Forum/
I got mine to work just fine. =/
Search engines have been crawling the hell out of my site since it opened.