Welcome Guest, Not a member yet? Register   Sign In
how do you really remove index.php
#11

[eluser]NiconPhantom[/eluser]
First time before using Tank Auth I found it in Codeigniter Wiki list. At the moment Tank Auth is removed from list http://codeigniter.com/wiki/Category:Con...ntication/

Is it end of Support Tank Auth by Gromozeka or something else?
#12

[eluser]Siddhesh[/eluser]
[quote author="bpdp" date="1272913679"]YES!! it was the leading slash. A big thank you to the both of you. :-)[/quote]

I tried this all. but found nothing working.
my codeigniter application is in /var/www/healthengine/employee folder.

Thanks in advance.
#13

[eluser]Ace_ov_Spade[/eluser]
I used these in my htaccess.

RewriteEngine on
RewriteCond $1 !^(index\.php|images|captcha|css|js|user_guide|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]


it should work. actually this is the same thing used by the previous posters




Theme © iAndrew 2016 - Forum software by © MyBB