Forum: Site Layout and Usability Sep 5th, 2009 |
| Replies: 6 Views: 757 URL rewrites are good for translating set patterns, for example:
www.site.com/products.php?catagory=1&product=32&viewmode=2
to:
www.site.com/products/cat1/item32/2
But if you are using... |
Forum: Site Layout and Usability Sep 5th, 2009 |
| Replies: 6 Views: 757 You will want rewrites to do this.
This will be fairly simple if the 'folder/folder/folder' is always the same, but if you have alot of sub directories then you will need more than just /file.php... |