|
|
| Zadając pytanie dotyczące PHPNuke podaj jego wersje!! |
| Post #20408 |
Temat: |
| Autor |
Wiadomość |
nurullahz ~user

|
Wysłany: 11 Mar 2007 00:30:34 Temat postu: |
|
|
Not
| Kod: |
RewriteRule [.]*-vf([0-9]*) modules.php ?name=Forums&file=viewforum%{QUERY_STRING}&f=$1
RewriteRule [.]*-vp([0-9]*) modules.php ?name=Forums&file=viewtopic%{QUERY_STRING}&p=$1
RewriteRule [.]*-vt([0-9]*) modules.php ?name=Forums&file=viewtopic%{QUERY_STRING}&t=$1 |
This style
| Kod: |
RewriteRule [.]*-vt-([0-9]*) modules.php?name=Forums&file=viewtopic&?%{QUERY_STRING}&t=$1
|
|
|
|
|
| |
|
|
|
|
|
|
|