есть .htaccess Код (Text): Options +Indexes Options FollowSymLinks Options SymLinksIfOwnerMatch AddDefaultCharset windows-1251 php_flag output_buffering off Options +FollowSymLinks RewriteEngine On RewriteRule ^([^/]+)/?$ /vtii/cat.php?id=$1 [L] RewriteRule ^cat/([^/]+)/?$ /vtii/cat.php?id=$1 [L] RewriteRule ^news_id/([^/]+)/?$ /vtii/news_more.php?id=$1 [L] получаю ссылки вида http://localhost/vtii/cat/text_input/ если перехожу по ссылке http://localhost/vtii/text_input/ то выдаёт ошибку: P.S. На сервере выдаёт такую же фичу
[Tue Jun 10 22:46:24 2008] [error] [client 127.0.0.1] mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary. [Tue Jun 10 22:46:24 2008] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.