Osclass forums
Support forums => General help => Topic started by: 10annunci 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/
:-\
-
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>
-
HELP ME PLEEEEASE :(
-
Put your Options -MultiViews out of your rewrite rules.