07-21-2011, 05:21 AM
[eluser]jerry01[/eluser]
i had a similar problem at one point. It's because i had coded my link as
and really the code was missing
the working link was
i assume that your issue is not something so simple though.
i had a similar problem at one point. It's because i had coded my link as
Code:
www.example.com/mtcontrlr/mymthd/123545
Quote:index.php
the working link was
Code:
www.example.com/index.php/mtcontrlr/mymthd/123545
i assume that your issue is not something so simple though.