Admin Login page does nothing

edited April 2014 in Bug Reports
Hi,

I've moved my fuel site into a subdirectory. It all works fine, although when I try to login to /admin it simply just redirects back to the log in page. It all works if I move it back to the root directory.
I've tried hardcoding $config['base_url'] and i've updated my .htaccess so rewritebase has the folder it's in.

If I set $validate to FALSE in fuel_base_controller it allows my to get to the dashboard, but no menu options show up:
public function __construct($validate = TRUE)

What could this be?
Thanks

Comments

  • edited 9:23AM
    SOLVED: You must set $config['cookie_path'] = "/folder-name"; in fuel config.php
  • edited 9:23AM
    Strange that you had to set that. What browser were you using?
Sign In or Register to comment.