Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [pugdog] Search Engine Friendly Templates!: Edit Log

Here is the list of edits for this post
Re: [pugdog] Search Engine Friendly Templates!
Thanks Pugdog that really helped.
I think I finally got everything working execpt my home link is missing a subdirectory.
So instead of having mywebsite.com/connections/forum it is mywebsite.com/forum

My rewrite is below.

Code:

RewriteRule ^connections/forum/.*P([0-9]+)/?$ /cgi-bin/forum/gforum.cgi?post=$1&t=search_engine [L]
RewriteRule ^connections/forum/.*P([0-9]+)-([0-9]+)/?$ /cgi-bin/forum/gforum.cgi?post=$1&page=$2&t=search_engine [L]
RewriteRule ^connections/forum/.*C([0-9]+)/?$ /cgi-bin/forum/gforum.cgi?category=$1&t=search_engine [L]
RewriteRule ^connections/forum/.*F([0-9]+)/?$ /cgi-bin/forum/gforum.cgi?forum=$1&t=search_engine [L]
RewriteRule ^connections/forum/.*F([0-9]+)-([0-9]+)/?$ /cgi-bin/forum/gforum.cgi?forum=$1&page=$2&t=search_engine [L]
RewriteRule ^connections/forum/?$ /cgi-bin/forum/gforum.cgi?t=search_engine [L]
RewriteRule ^connections/forum/.*gforum.cgi /cgi-bin/forum/gforum.cgi?%{QUERY_STRING} [R,NE,L]
RewriteRule ^connections/forum/(.*)gforum.cgi /cgi-bin/forum/gforum.cgi?%{QUERY_STRING} [NS,L]


CCUnet
my Christian web

Last edited by:

ccunet: May 10, 2004, 6:16 PM

Edit Log: