htaccess rewrite bana 500 hatası veriyor?

0 Cevap php

i htacess. i üzerine yeniden yazma kullanarak, dost olmak istedim bu url var ama bana bir hata (500 iç sunucu hatası) verir, bu benim resmi php url

http://www.example.com/viewtopic.php?topic=lovetopic

ben bu bunu değiştirmek istiyorsanız:

http://www.example.com/lovetopic

Bu benim bütün htaccess kodu bu olduğunu:

RewriteEngine On
RewriteRule ^user/([^/]*)$ /viewprofile.php?user=$1 [L]
RewriteRule ^([^/]*)$ /viewtopic.php?topic=$1 [L]

i sorunun ne olduğunu bilmiyorum

EDIT sunucu hata günlüğü bana bu hatayı veriyor

[Thu Oct 14 20:34:36 2010] [error] 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., 

0 Cevap