View Single Post
  #1 (permalink)  
Old 10-25-2004, 01:09 PM
AjiNIMC's Avatar
AjiNIMC AjiNIMC is offline
WebProWorld Pro
 
Join Date: Aug 2004
Location: India
Posts: 283
AjiNIMC RepRank 0
Default Making Dynamic Web Site Se Friendly

Hi all,

I want to make http://idealwebtools.com/nimc/gallery/cate...es.php?cat_id=1 search engine friendly so I tried
like
http://idealwebtools.com/nimc/gallery/categories1.php

So I tried

Quote:
RewriteEngine on
RewriteRule ^categoriesid([^.]+).* /categories.php?cat_id=$1
[T=application/x-httpd-php]


and some combinations

but it didnt work, can someone please tell me how can I do that. I read
http://www.marketposition.com/articles/mak...our-dynamic.htm and
http://www.sitepoint.com/article/guide-url-rewriting but I guess I missed something.

Please help me , your suggestion will be highly appreciated.

Thanks
Aji
__________________
TechShu.com - Shu is one word that can serve as a principle of conduct for life - it means reciprocity. Do not impose on others what you yourself do not desire.’
Reply With Quote