Forum Moderators: coopster
Try this forum see id it helps.
[webmasterworld.com...]
Of course, I'd guess that $id is the stuff you are fetching as content, so that might be $stuff2include="productStuff.php"
Then make sure to include your template file (index.php) which gets the approriate menues and navigational stuff.
1. Add this directive in your apache conf file -
<Location /category>
ForceType application/x-httpd-php
</Location>
2. rename your category.php to category (without the extension)
3. Now pass your variables in the url as -
some-domain.com/category/product1/brandx/price.html
That's it. You can now process the url using the php variable "REQUEST_URI"
Hope that helps.
Saurabh.