Welcome Guest, Not a member yet? Register   Sign In
Merging a CI app with EE2
#9

[eluser]toopay[/eluser]
Its related with environment issues i believe. Working on this htaccess section, with some regex variation.
Code:
RewriteBase /
# If, you put CI package on subdirectory, specify it
# RewriteBase /ci_dir/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]
# Play around/replace above line with each one line, below.
# RewriteRule ^(.*)$ index.php?/$1 [L]
# RewriteRule ^.*$ index.php/$1 [L]
# If, you put CI package on subdirectory, specify it
# RewriteRule ^(.*)$ ci_dir/index.php/$1 [L]
# RewriteRule ^(.*)$ /ci_dir/index.php/$1 [L]
# RewriteRule ^(.*)$ ci_dir/index.php?/$1 [L]
# RewriteRule ^(.*)$ /ci_dir/index.php?/$1 [L]
# RewriteRule ^.*$ ci_dir/index.php/$1 [L]
# RewriteRule ^.*$ /ci_dir/index.php/$1 [L]


Messages In This Thread
Merging a CI app with EE2 - by El Forum - 05-06-2011, 05:18 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 05:54 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 07:14 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 07:29 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 07:31 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 08:03 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 08:13 AM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 04:32 PM
Merging a CI app with EE2 - by El Forum - 05-06-2011, 08:34 PM
Merging a CI app with EE2 - by El Forum - 05-09-2011, 03:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB