Quote:
Originally Posted by TundraSoul
I couldn't get the SEO links to work. When I tried it, and clicked on the category link, I was simply taken back to the forums. Note, I'm using vB SEO, so that may have something to do with it.
|
Sorry to hear this. I don't know about VB SEO. Within Apache, these are the rules you need:
Code:
RewriteEngine on
RewriteRule local_links/links/(.+)/(.+) local_links.php?catid=$1&linkid=$2 [R]
RewriteRule local_links/links/(.+) local_links.php?catid=$1 [R]
RewriteRule local_links/jump/(.+)/(.+) local_links.php?action=jump&id=$1&catid=$2 [R]
RewriteRule local_links/jump/(.+) local_links.php?action=jump&id=$1 [R]