Kod
Options +FollowSymlinks
RewriteEngine ON
#this may cause isues with subdirs and so I have not enabled it.
#RewriteBase /
RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule ^(.*).html$ profile.php?mode=viewprofile&u=$1
# zablokuj dostep robakowi santy a-e
RewriteCond %{QUERY_STRING} ^(.*)highlight=\%2527 [OR]
RewriteCond %{QUERY_STRING} ^(.*)rush=\%65\%63\%68 [OR]
RewriteCond %{QUERY_STRING} ^(.*)rush=echo [OR]
RewriteCond %{QUERY_STRING} ^(.*)echr(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)esystem(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)wget\%20
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# zapobiegnij bledowi php < 4.3.10
RewriteCond %{HTTP_COOKIE}% s:(.*):\%22test1\%22\%3b
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# zablokuj dostep przegladarce perla
RewriteCond %{HTTP_USER_AGENT} ^lwp.* [NC]
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
RewriteEngine ON
#this may cause isues with subdirs and so I have not enabled it.
#RewriteBase /
RewriteRule [.]*-vf([0-9]*) viewforum.php?%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) viewtopic.php?%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) viewtopic.php?%{QUERY_STRING}&t=$1
RewriteRule ^(.*).html$ profile.php?mode=viewprofile&u=$1
# zablokuj dostep robakowi santy a-e
RewriteCond %{QUERY_STRING} ^(.*)highlight=\%2527 [OR]
RewriteCond %{QUERY_STRING} ^(.*)rush=\%65\%63\%68 [OR]
RewriteCond %{QUERY_STRING} ^(.*)rush=echo [OR]
RewriteCond %{QUERY_STRING} ^(.*)echr(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)esystem(.*) [OR]
RewriteCond %{QUERY_STRING} ^(.*)wget\%20
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# zapobiegnij bledowi php < 4.3.10
RewriteCond %{HTTP_COOKIE}% s:(.*):\%22test1\%22\%3b
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
# zablokuj dostep przegladarce perla
RewriteCond %{HTTP_USER_AGENT} ^lwp.* [NC]
RewriteRule ^.*$ http://127.0.0.1/ [R,L]
To folder gdzie jest ten plik znika, jakl wchodze pod prawidlowy adres na localu to wyswietla blad 500...
Prosze o pomoc

EDIT:
Problem juz pomanowany


Jezeli ktos mialby jeszcze ten sam problem to podaje rozwiazanie:
Kod
---[ OTWORZ ] ---
apache/conf/httpd.conf
---[ ZNAJDZ ] ---
#LoadModule rewrite_module modules/mod_rewrite.so
---[ ZAMIEN NA ]---
LoadModule rewrite_module modules/mod_rewrite.so
apache/conf/httpd.conf
---[ ZNAJDZ ] ---
#LoadModule rewrite_module modules/mod_rewrite.so
---[ ZAMIEN NA ]---
LoadModule rewrite_module modules/mod_rewrite.so
Mam nadzieje ze komus moze to pomoc
