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

.
Артёмочка

можно тип так

.htaccess (+/-)
RewriteRule ^([a-z0-9_]+)?$ $1.php [L,QSA]

php (+/-)
$output=str_replace(array("\"support.php", "'support.php"), array("\"support", "'support"), $output);
....
echo $output;

но это быдлокод