Advertisement:

Author Topic: ABS_PATH is not loaded. Direct access is not allowed.  (Read 2492 times)

10annunci

  • Newbie
  • *
  • Posts: 3
ABS_PATH is not loaded. Direct access is not allowed.
« on: October 29, 2012, 05:42:36 pm »
Hi , Why after select the maintenance mode I can't access to my admin panel ? When i Click on login.php in the folder oc-admin , it appears a white page with ABS_PATH is not loaded. Direct access is not allowed. .
How I can solve it ?
My website is tenannunci.altervista.org/
 :-\

10annunci

  • Newbie
  • *
  • Posts: 3
Re: ABS_PATH is not loaded. Direct access is not allowed.
« Reply #1 on: October 30, 2012, 07:30:35 pm »
Help me please .
My htaccess is
 <IfModule mod_rewrite.c>
Options -MultiViews
        RewriteEngine On
        RewriteBase /
        RewriteRule ^index\.php$ - [L]
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
    </IfModule>

10annunci

  • Newbie
  • *
  • Posts: 3
Re: ABS_PATH is not loaded. Direct access is not allowed.
« Reply #2 on: October 31, 2012, 07:25:07 pm »
HELP ME PLEEEEASE  :(

navjottomer

  • Tutor
  • Sr. Member
  • *
  • Posts: 378
  • I am here
Re: ABS_PATH is not loaded. Direct access is not allowed.
« Reply #3 on: October 31, 2012, 11:29:04 pm »
Put your Options -MultiViews out of your rewrite rules.