PHP Classes

admincp still does not work! In any case it should not be in ...

Recommend this page to a friend!

      Noblesse CMS  >  All threads  >  admincp still does not work! In any...  >  (Un) Subscribe thread alerts  
Subject:admincp still does not work! In any...
Summary:Package rating comment
Messages:3
Author:richard marcus
Date:2015-09-07 08:06:09
 

  1. admincp still does not work! In any...   Reply   Report abuse  
Picture of richard marcus richard marcus - 2015-09-07 08:06:09
admincp still does not work! In any case it should not be in the bootstrap folder but at the server level! I'm abondonning all further trials until I get some documentation!!!

  2. Re: admincp still does not work! In any...   Reply   Report abuse  
Picture of Minh Tien Minh Tien - 2015-09-07 08:49:54 - In reply to message 1 from richard marcus
Hi, you can create .htaccess file in root folder with content:
ErrorDocument 404 index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?load=$1 [L]

Or download lastest version of Noblesse CMS and reinstall :)

Thanks for contact

  3. Re: admincp still does not work! In any...   Reply   Report abuse  
Picture of Matteo Loro Matteo Loro - 2016-01-19 13:54:57 - In reply to message 2 from Minh Tien
Not sure if related to a missing JS file like reported by Chrome dev tools:

GET http://*****/bootstrap/sbnoblesse/js/custom.js net::ERR_EMPTY_RESPONSE