【根目錄/.htaccess】
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
【application/.htaccess】
RewriteCond $1 !^(index\.php|images|css|robots\.txt)
【config/config.php】
$config['url_suffix'] = '.html';
沒有留言:
張貼留言