
11-04-2008, 01:59 PM
|
|
Member
|
|
Join Date: May 2008
Posts: 41
|
|
ok, I will
Im also going to take advantage of all this attention Im getting to ask one more question...
server rewrites / redirects
I am switching my website software and need to map the old pages of the site to the new url freindly pages Im now generating, so when I do the redirect (each page will have to have its own) I do it like this?
old page is http://www.mysite.com/mm5/merchant.m...ategory_Code=1
New page will be http://www.mysite.com/keyboard-trays...ur-own-systems
so will this work?
RewriteRule ^page/merchant.mvc?Screen=CTGY&Store_Code=MC&Category_Co de=1 /keyboard-trays
and is there any limit to how many pages I can redirect?
Thanks!
|