Welcome Guest, Not a member yet? Register   Sign In
server Verio issue ?? can't display view at all
#1

[eluser]leafc[/eluser]
I have developed couple of web sites with CI and this is my first time happening to me.

server:Verio
(I remember I had to do something special setting required when I worked on godaddy server)

I installed IC to folder "NEW" and set welcome page to home then now I want to create another page.

so I created another controller called "cook" and try to display page but I can't.

If I access domainnamte.com/NEW/index.php/cook then I'm still looking at home page.

so I checked config file, and checked $config['uri_protocol'] setting.

'AUTO' - show nothing
'PATH_INFO' - show nothing
"QUERY_STRING" - show home page
'REQUEST_URI' - show nothing
'ORIG_PATH_INFO' - show home page

Also currently only cook.php controller exist but i can type anythins after index.php/ and showing home page if I set "QUERY_STRING"/'ORIG_PATH_INFO'


Also I just found out that if there is no index.php I'm getting error form browser not from CI.

What am I missing for CI setting?




Theme © iAndrew 2016 - Forum software by © MyBB