Welcome Guest, Not a member yet? Register   Sign In
Using codeigniter in QUERY_STRING mode with php fast CGI
#16

(This post was last modified: 03-23-2015, 06:06 AM by RogerMore. Edit Reason: Doing the Dutch thing again )

Hey Peter,

Please change your .htaccess back to
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

There should be no need to change this line. It passes the whole text after the domain to your index.
CI should be the one to figure out how the line should be processed. 

And with 
PHP Code:
$config['url_suffix'] = '.html'
it should be possible to use domain.com/site/test.html where site is the controller and test the method in the site controller.

I'm running out of idea's...
Reply


Messages In This Thread
RE: Using codeigniter in QUERY_STRING mode with php fast CGI - by RogerMore - 03-23-2015, 06:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB