.htaccess problems 1and1 host

fgjeje

Joined: 2011-12-11
Posts: 1
Posted: Sun, 2011-12-11 22:06

Hi everyone,

first, sorry for my English, I'm French!

okay I downloaded Gallery version 3.0.2 but I have some problem, I'm on 1and1 host, the installation is done, the site is working I can add photos etc...

but i can't go into the admin panel i have this error :

Kohana_Exception [ Framework Error ]: The requested views, admin.html, could not be found

SYSPATH/core/Kohana.php[ 806 ]
801 if ($found === NULL) 802 { 803 if ($required === TRUE) 804 { 805 // If the file is required, throw an exception 806 throw new Kohana_Exception('The requested :resource:, :file:, could not be found', array(':resource:' => __($directory), ':file:' =>$filename)); 807 } 808 else 809 { 810 // Nothing was found, return FALSE 811 $found = FALSE;

I have already check your wiki and forum and also tried this solution http://codex.gallery2.org/Gallery3:Host_specific_issues and some others

i think that the problem comes from the .htaccess

but to be honest I think that I'm dumb or something I have reinstalled it almost 10 times (re-uploading files and deleted my database all time) trying to modify this .htaccess with help from previous link but i can't get it working ! if someone can explain me or giving me the good .htaccess (the full file) for 1and1 host would be perfect

thx in advance if you can help

apologize if my post isn't in the right section please.

 
nsatu

Joined: 2011-12-22
Posts: 1
Posted: Thu, 2011-12-22 20:37

Did you get this figured out? I am having the exact same problem...

 
Billan

Joined: 2003-09-12
Posts: 31
Posted: Tue, 2011-12-27 05:33

Can you please post the end of your .htaccess file? I bet your rewritebase is wrong. Is your gallery installed so that the gallery URI is hidden or is it in the URL?