Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't login in admin
#3
Thanks for the fast reply!

I hadn't see that post,
1. I'm using GS3.0
2. PHP Version 5.2.10
3. I didn't changed any permissions, for /admin/inc/ they're 755
4. Haven't had contact yet, but I'm going to do that now

My .htaccess file in /admin/:
[htaccess]
AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>

RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /GetSimple_3.0/

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
[/htaccess]

Also a strange thing, the support page of GS says:
Warning: GetSimple Upgrade needed to 3.0 – Download

But I'm allready running 3.0, maybe is that the problem?
Reply


Messages In This Thread
Can't login in admin - by pchulpleusden - 2011-08-03, 21:32:42
Can't login in admin - by Connie - 2011-08-03, 21:49:15
Can't login in admin - by pchulpleusden - 2011-08-03, 22:06:07
Can't login in admin - by Connie - 2011-08-03, 22:10:55
Can't login in admin - by pchulpleusden - 2011-08-04, 22:01:01
Can't login in admin - by polyfragmented - 2011-08-04, 22:26:02
Can't login in admin - by pchulpleusden - 2011-08-04, 22:33:54
Can't login in admin - by pchulpleusden - 2011-08-05, 00:04:31
Can't login in admin - by Connie - 2011-08-05, 01:04:33
Can't login in admin - by kenni - 2012-06-27, 17:47:54
Can't login in admin - by martenschulp - 2012-07-19, 16:57:02



Users browsing this thread: 1 Guest(s)