$config['wiki_url'] = 'http://wiki.cmsmadesimple.org/index.php/User_Handbook/Admin_Panel'; $config['url_rewriting'] = 'mod_rewrite'; // this is new from 1.6 $config['page_extension'] = '.html'; $config['use_hierarchy'] = true; // this will be the standard from 1.7 $config['query_var'] = 'page';
httaccess
RewriteEngine On #Rewrites page.html as index.php?page RewriteCond %{REQUEST_FILENAME} !-f [NC] RewriteCond %{REQUEST_FILENAME} !-d [NC] RewriteRule ^(.+)$ /index.php?page=$1 [QSA]
Wsyztsko działa.. tylko jak klkikne jakikolwiek link to otzrymuje error 404. Co jest nie tak?