View Single Post
Old 11-18-2005, 04:59 AM  
J.P.
Confirmed User
 
Join Date: Jun 2004
Posts: 689
Also you might want to consider this:

RewriteRule ^joke/([0-9]+)/?$ http://www.domain-name.com/index.php?sbjoke_id=$1

Note the ? sign after / and before $

It should look like this:

RewriteRule ^category/([0-9]+)/?$ http://www.domain-name.com/index.php?sbcat_id=$1 [R]
RewriteRule ^joke/([0-9]+)/?$ http://www.domain-name.com/index.php?sbjoke_id=$1 [R]

This way you need only two lines instead of four but get the same functionality...
__________________
Webmasters! Looking for new affiliate programs to promote?
Affiliate Program Search <-- Search for programs with FHGs, RSS feed, specific niche sponsors, ...
J.P. is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote