Hi there, I recently added some code to my htaccess file to issue a 301 redirect from index.php to my root domain, in other words: mysite.com/index.php becomes just mysite.com/. The code is working fine, but prevents me from logging into the admin panel, as after I log in it just redirects me to mysite.com/. When I remove the code I am able to login again. Is there any way around this?
Gallery version (2.2)
Theme: PGlightbox
PHP version (e.g. 4.3.9):
Webserver (e.g. Apache ):
Database (e.g. MySql ):
Browser (e.g. Firefox 1.0):
Posts: 565
Exactly what did you add to the .htaccess file?
Posts: 324
The htaccess route just didn't work as it disabled search and admin features. This was solved another way:
http://gallery.menalto.com/node/55882