Admin Login page does nothing
    
        
                
            
                
                    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