Merci j'ai trouver une astuce a sa peut servir n'utilisant pas le .htaccess la voici :
Dans news.php j'ai tout simplement utiliser :
$path = $_SERVER'REQUEST_URI'];
if($path == '/newweb/news.php') {
header('location:index.php');
}
Si sa peut servir ...