I was having trouble with my NAVIGATION (I just put that in bold as I searched this Wiki for “navigation” and it came up with nothing helpful, so hopefully this entry might help others in the future) when installing EE.
First of all, my host is GoDaddy.com and during a re-installation I ran the Install Wizard and it stated that everything was fine and supported EXCEPT “url segment support”. GoDaddy.com’s tech support had not heard this term used before and therefore could not help me with the issue.
After some more research, I found that this info on the EE site about “Force URL query strings” located here: (http://expressionengine.com/docs/cp/admin/system_preferences/output_and_debugging_preferences.html):
Setting this to “Yes” will force the system to use a standard query string in all your URLs like this:
http://www.example.com/index.php?/blog/joe/ (notice the question mark).
When set to “No”, the system uses a more search-engine friendly format similar to:
http://www.example.com/index.php/blog/joe/
The majority of servers will be able to use the default (“No”) method, which is almost universally preferred by users. Some Windows servers (and very occasionally other types) do not support this feature and will have to be set to “Yes”. You’ll know if this affects you if none of your links seem to work.
In addition, some people will need to use this variable in conjunction with editing the $qtype variable in your main site index.php file.
I had to change the setting to “Yes” and set the $qtype variable in the index.php file to “2” and now the default EE template is navigable. YAY!
I just thought I’d let you know this in case you or someone else has this come up in the future.
Otherwise, Im loving EE. Thanks! ![]()
