![]() |
Anyone successful at setting up CI to use querystring AND uri on 1and1 shared hosting? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: Anyone successful at setting up CI to use querystring AND uri on 1and1 shared hosting? (/thread-26224.html) |
Anyone successful at setting up CI to use querystring AND uri on 1and1 shared hosting? - El Forum - 01-08-2010 [eluser]taewoo[/eluser] I am going crazy. Can't quite figure this out. Can anyone share their .htacess and config.php? my current .htaccess: Code: AddType x-mapp-php5 .php and in config.php Code: $config['uri_protocol'] = 'REQUEST_URI' |