Welcome Guest, Not a member yet? Register   Sign In
CI and Zombaio's htaccess files
#1

[eluser]esthonwood[/eluser]
Hi everyone, so I used the CI framework combined with iui to make a mobile site. My .htaccess file looks like this:
Code:
Options +FollowSymLinks
Options -Indexes
DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|css|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

Then my client wanted me to have Zombaio as his billing processor and I was required to install their ZSCRIPT, which incidentally needs to overwrite the .htaccess file to this:
Code:
AuthUserFile /root/example.com/html/Zombaio_Data/.htpasswd
AuthType Basic
AuthName "Example.com Mobile"

require valid-user

Now, the CI url format (example.com/members/channel/2) won't work. It displays "Page not found" instead. What should I do? Help, anyone?


Messages In This Thread
CI and Zombaio's htaccess files - by El Forum - 02-15-2011, 06:59 PM
CI and Zombaio's htaccess files - by El Forum - 02-15-2011, 10:31 PM
CI and Zombaio's htaccess files - by El Forum - 02-16-2011, 12:32 AM
CI and Zombaio's htaccess files - by El Forum - 02-16-2011, 01:58 AM
CI and Zombaio's htaccess files - by El Forum - 02-16-2011, 02:00 AM
CI and Zombaio's htaccess files - by El Forum - 02-17-2011, 08:23 PM
CI and Zombaio's htaccess files - by El Forum - 02-17-2011, 08:25 PM
CI and Zombaio's htaccess files - by El Forum - 02-19-2011, 09:09 PM
CI and Zombaio's htaccess files - by El Forum - 02-19-2011, 10:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB