Welcome Guest, Not a member yet? Register   Sign In
Godaddy htaccess Internal Server Error
#14

[eluser]onikage997[/eluser]
after a few debugs, I found something weird in my Model:
Code:
function get_byTopicTitle()
    {
        if($this->uri->segment(1) == "")
        {
            $this->db->where('topicURLTitle', "index.html");
        }
        else
        {
            $this->db->where('topicURLTitle', $this->uri->segment(1));
        }
        $this->db->limit(1);

        $query = $this->db->get('tbltopics');
        //return $query->result();
        return $query;
    }

The $this->uri->segment(1); is not returning anything even though the URL is http://www.my-domain.com/benefits-of-something.html
It suppose to return "benefits-of-something.html" but it didn't so it always show my index page..

It seems that $_SERVER['ORIG_PATH_INFO'] is not working in goDaddy and $_SERVER['PATH_INFO'] only returns /

Any ideas?

Many Thanks..


Messages In This Thread
Godaddy htaccess Internal Server Error - by El Forum - 04-16-2011, 08:51 PM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 03:30 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:01 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:07 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:10 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:13 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:21 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:31 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:39 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 04:50 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 05:00 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 05:38 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 05:43 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 06:24 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 10:55 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 06:53 PM
Godaddy htaccess Internal Server Error - by El Forum - 04-17-2011, 09:59 PM
Godaddy htaccess Internal Server Error - by El Forum - 04-18-2011, 03:52 AM
Godaddy htaccess Internal Server Error - by El Forum - 04-18-2011, 03:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB