Welcome Guest, Not a member yet? Register   Sign In
Strange URL Suffix behavior
#11

[eluser]theprodigy[/eluser]
I just tried all of them, and 2 of them work (and it fixes the url_suffix thing too). THANKS!!!

REQUEST_URI and ORIG_PATH_INFO work, the rest don't.

I guess I'll just pick one of them and go with it. Any ideas on processing or whatnot between these two that would make one more beneficial then the other?
#12

[eluser]Dam1an[/eluser]
Woo (Why did I not think to suggest that earlier :-S)
I have no idea which one to recommend of the 2, as Auto works for me, so thats all I've ever used

Just pick any, and stick with it till something else breaks lol Wink
#13

[eluser]Phil Sturgeon[/eluser]
They are just different environment variables set by the server. Different servers can output different values or not use certain items at all depending on PHP version, Apache version, Operating System, etc.
#14

[eluser]dbashyal[/eluser]
i am also having issue with url_suffix. When i upgraded to latest CI, i upgraded php to 5 as well. But i am not sure which is the reason when i get the last uri segment it adds html as well and return as:

for: /index.html
returns: 'index_html'
was suppose to return 'index' only

Or, is it something to do with .htaccess?




Theme © iAndrew 2016 - Forum software by © MyBB