02/11/2011, 23:53:27
ça ne peut pas...
change le en
pour information chez moi j'ai
+
Code :
# RewriteBase /
change le en
Code :
RewriteBase /
pour information chez moi j'ai
Code :
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+).html$ index.php?page=$1 [QSA]
+
Code :
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '.html';
$config['query_var'] = 'page';