Quote:
Originally Posted by krohnathlonman
I'm working on it  I'm having trouble finding where those breadcrumb links are created. I've posted a thread asking for help on this. I'm sure I'm only missing something small to make the multi page work right. I've just done the modifications to newthread and newreply so that they get sent to the right URLs now. I'm slowly tracking things down to eliminate all those nasty URLs.
Search engines are where I get most of my traffic from so everything I can possibly do to improve them I'm going after! I've been capturing quite a few big search phrases the past few months and I've found one that is seriously bringing in nearly 1k ppl/day and about 60 terms that bring in more than 1k ppl this month! I need to pick up the pace for winter when things hit their prime.
My .htaccess is now looking like this:
Code:
RewriteEngine on
RewriteRule ^t-([0-9]+)?(-[0-9]+) showthread.php?t=$1&page=$2 [L]
RewriteRule ^t-([0-9]+) showthread.php?t=$1 [L]
RewriteRule ^f-([0-9]+) forumdisplay.php?f=$1 [L]
RewriteRule ^p-([0-9]+) showthread.php?p=$1 [L]
the first t- is my attempt at multi page support.
|
Very kool, i can't wait till you figure the rest out.