$config['index_page'] = "index.php";And change to
$config['index_page'] = "";
# Turn on URL rewriting
RewriteEngine On
# Protect application and system files from being viewed
RewriteRule ^(system) - [F,L]
# Allow any files or directories that exist to be displayed directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Rewrite all other URLs to index.php/URL
RewriteRule .* index.php/$0 [PT,L]
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
Subscribe to Posts [Atom]