Welcome Guest, Not a member yet? Register   Sign In
Url Routing
#1

[eluser]Unknown[/eluser]
Hi there,

I am a CodeIgniter noob and have a question regarding routing that I've not been able to find a definitive answer on yet. Hopefully someone can help.


I need my ecommerce url structure to be www.domain.com / category / subcategory / product
eg. www.domain.com/office/desks/computer table


if someone could give me a pointer thanks.

Cirius
#2

[eluser]InsiteFX[/eluser]
CodeIgniter Users Guide - URI Routing
#3

[eluser]Unknown[/eluser]
Thanks but I've looked at that and I am still struggling. Particularly when there may be multiple subcategory levels to deal with in the URL also.
#4

[eluser]Unknown[/eluser]
[quote author="Cirius" date="1332709525"]Hi there,

I am a CodeIgniter noob and have a question regarding routing that I've not been able to find a definitive answer on yet. Hopefully someone can help.


I need my ecommerce url structure to be www.domain.com / category / subcategory / product
eg. www.domain.com/office/desks/computer table


if someone could give me a pointer thanks.

Cirius[/quote]

maybe you can try this :
Quote:
Code:
<a href="&lt;?php  echo site_url('/category/subcategory/products'); ?&gt;">Link</a>




Theme © iAndrew 2016 - Forum software by © MyBB