LoRz

Tuesday, September 23, 2008

 

Remove index.php when anchor is used in Kohana


Edit the file system/helpers/url.php. Search for the function
"public static function site"
In the return part, change
return url::base(TRUE, $protocol).$path.$query.$fragment;
to
return url::base(FALSE, $protocol).$path.$query.$fragment;





<< Home

Archives

June 2008   July 2008   August 2008   September 2008   October 2008   November 2008   December 2008   January 2009   February 2009   March 2009   May 2009   July 2009   September 2009   October 2009   WEC 44 live stream   UFC 106 live stream

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]