
 Minh Tien - 2015-09-07 08:49:54 - 
In reply to message 1 from richard marcusHi, 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