Hi, how can i best link to pages that i have rewrite on the .htaccess file from my dynamic pages, As you know dynamic links are generated from the database, so if for example, I have change the urls of all my products page how do i change each link to them from the categories page? Thanks
So should I place the new static links in the data base for each products and then pull it from there.
I suggest you to create product links dynamic. So you create the navigation menu of products area as getting the product name and product id from the database. if you want nice looking urls, for example you can do this; Such a product's name is ABC and it's product id is 10. So the link for that product can be abc-10.html Using mod_rewrite grab product id (as 10) from the url and send it to your product detail page. My explanation could be some complex sorry you can ask detail, if you need help