Просмотр поста

.
Jesk
JohnCMS

Дополнение
http://site.ru/index.php
http://sute.ru/index.html
http://site.ru/index.wml и т.д
Склейка на http://site.ru/

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(([^/]+/)*[^.]+)$ /$1.php [L]
RewriteCond %{REQUEST_URI} ^/index$ [OR]
RewriteCond %{REQUEST_URI} ^/index[.]+(\w+)$
RewriteRule . / [R=301,L]