M masood123 Member Sep 10, 2011 68 3 Jun 19, 2012 #1 Hi, im getting this error: Code: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. I am almost certain that it is caused by the .htaccess file. anyone know how to fix it? I'm running apache2 on Ubuntu.
Hi, im getting this error: Code: Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects. I am almost certain that it is caused by the .htaccess file. anyone know how to fix it? I'm running apache2 on Ubuntu.
Lightzz QUACKSTER OR DIE AND IM GAY Jun 19, 2012 131 17 Jun 19, 2012 #2 Well this is not a Rev Error. Upvote 0 Downvote
M masood123 Member Sep 10, 2011 68 3 Jun 20, 2012 Thread starter #3 Problem Fixed: Basically when you load You must be registered for see links the $_GET['url'] variable is NULL. So to solve this add the following at the top of index.php: Code: if(!isset($_GET['url'])){ $_GET['url'] = index; } Upvote 0 Downvote
Problem Fixed: Basically when you load You must be registered for see links the $_GET['url'] variable is NULL. So to solve this add the following at the top of index.php: Code: if(!isset($_GET['url'])){ $_GET['url'] = index; }