CodeIgniter Forums
Help with CI and easyphp calendar - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Help with CI and easyphp calendar (/showthread.php?tid=2513)



Help with CI and easyphp calendar - El Forum - 08-09-2007

[eluser]mdriscol[/eluser]
Hey,

I'm trying to integrate easyphpcalendar and code igniter and I'm having some problems with the URL's. The calendar is designed to use attribues to index.php?$blah=blah and such.

You can see what's happening here
http://www.wrolc.org/calendar

So it looks for the file, which is wrong and then gives me an error "The URI you submitted has disallowed characters." or it just cant find the file.

I'm a newbie so any help is much appreciated. Thanks


Help with CI and easyphp calendar - El Forum - 08-10-2007

[eluser]abmcr[/eluser]
In the past i have used this http://www.micronetwork.de/activecalendar/
In the examples you see an url with a GET parameter, but you can set the link as you want, i.e. at a friendly CI URL.... Ciao


Help with CI and easyphp calendar - El Forum - 08-10-2007

[eluser]mdriscol[/eluser]
well, I kind of figured it out. I had to change the link from this "http://www.wrolc.org/calendar" to "http://www.wrolc.org/calendar/index/" and then the script which appends a index.php and parameters like ?ev=number and such. And now it works, but for how long I don't know. It doesn't seem like the right thing but its working.


Help with CI and easyphp calendar - El Forum - 08-10-2007

[eluser]abmcr[/eluser]
Ok :-) Ciao!!!