Тема: Проблема .htaccess с синтаксисом для mod_rewrite
Большая проблема .htaccess с синтаксисом для mod_rewrite
у меня есть запрос вида
http://www.nextaz.com/showsoft.php?id=7352
а хотелось бы
http://site.ru/download/7352/
а вот такой запрос
http://www.nextaz.com/shownew.php?id=1166391378
а хотелось бы
http://www.nextaz.com/news/1166391378/
а вот такой запрос
http://www.nextaz.com/shownew.php?id=1166391378
а хотелось бы
http://www.nextaz.com/news/1166391378/
а вот такой запрос
http://www.nextaz.com/showarticle.php?id=1167938831
а хотелось бы
http://www.nextaz.com/articles/1167938831/
Подскажите, пожалуйста, что должно быть в файле .htaccess и какие правила нужно составить?
Заранее спасибо !
Сообщение добавлено Mon Apr 23 01:07:16 2007
Мои файл .htaccess ....
RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteRule ^showarticle.php index.php
RewriteRule ^showarticles.php index.php
RewriteRule ^shownew.php index.php
RewriteRule ^showsoft.php index.php
RewriteRule ^search index.php
RewriteRule ^articles index.php
RewriteRule ^soft index.php
RewriteRule ^news index.php