URL Problem |
[eluser]Rob @ iFetch[/eluser]
[quote author="mi6crazyheart" date="1292717402"]If u want u'r url should be like this "www.domain.com/events" then u should've a controller by name "events". So, do u've any CONTROLLER by name "events"... ?[/quote] I might be missing something, but did (s)he not just post the events controller above? To the OP: In your interviews/view view are you using absolute or relative URL's? I.e. to link to www.domain.com/events, are you just using <a href="events">? If so, you'll need to use <a href="/events"> or the full URL. |
Messages In This Thread |
URL Problem - by El Forum - 12-18-2010, 09:47 AM
URL Problem - by El Forum - 12-18-2010, 09:57 AM
URL Problem - by El Forum - 12-18-2010, 10:17 AM
URL Problem - by El Forum - 12-18-2010, 12:10 PM
URL Problem - by El Forum - 12-18-2010, 06:50 PM
URL Problem - by El Forum - 12-18-2010, 10:37 PM
URL Problem - by El Forum - 12-20-2010, 07:03 AM
|