Thanks & problem with my code
Thanks for your answer.
I understand now the importance of the domain and I'll build many datafeeds, each in its own domain name.
ozgression:
1- What about the idea to build a portal at http://www.cyber-catalog.com with direct link to each site within the subdomain? unlike Chris who used many domain names.
2- Do you think it is a good idea to host all my future domain names in the same place (hosting company) - I want to build at least 200 datafeeds website in 2005
Chris, I read many info about friendly url but mine didn't work. I put the .htaccess here (http://pet-corner.cyber-catalog.com) using binary or Acsii mode with my ftp tool
==================================================
RewriteEngine on
RewriteRule ^items/([A-Za-z]+)/$ gifts.php?items=$1
RewriteRule ^pid/([0-9]+)/$ product.php?pid=$1
RewriteRule ^items/([A-Za-z]+)/start/([0-9]+)/limit/([0-9]+)/$ gifts.php?items=$1&start=$2&limit=$3
RewriteRule ^start/([0-9]+)/limit/([0-9]+)/$ productlist.php?start=$1&limit=$2
================================================== =======
Do you see any error? What does this code won't work?
Thanks for all