| 24 |
RewriteRule ^login.php(.*)$ ../index.php?q=logout [L] |
RewriteRule ^login.php(.*)$ ../index.php?q=logout [L] |
| 25 |
|
|
| 26 |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=newtopic&f=(.*)$ |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=newtopic&f=(.*)$ |
| 27 |
RewriteRule ^login.php(.*)$ ../phpbb/postnew_forum_%1 [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum/postnew_forum_%1 [L] |
| 28 |
|
|
| 29 |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=reply&t=(.*)$ |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=reply&t=(.*)$ |
| 30 |
RewriteRule ^login.php(.*)$ ../phpbb/replyto_topic_%1 [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum/replyto_topic_%1 [L] |
| 31 |
|
|
| 32 |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=quote&p=(.*)$ |
RewriteCond %{QUERY_STRING} ^redirect=posting.php&mode=quote&p=(.*)$ |
| 33 |
RewriteRule ^login.php(.*)$ ../phpbb/quote_%1 [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum/quote_%1 [L] |
| 34 |
|
|
| 35 |
RewriteCond %{QUERY_STRING} ^redirect=search.php&search_id=newposts(.*)$ |
RewriteCond %{QUERY_STRING} ^redirect=search.php&search_id=newposts(.*)$ |
| 36 |
RewriteRule ^login.php(.*)$ ../phpbb/search_newposts [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum/search_newposts [L] |
| 37 |
|
|
| 38 |
RewriteCond %{QUERY_STRING} ^redirect=search.php&search_id=egosearch(.*)$ |
RewriteCond %{QUERY_STRING} ^redirect=search.php&search_id=egosearch(.*)$ |
| 39 |
RewriteRule ^login.php(.*)$ ../phpbb/search_ego [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum/search_ego [L] |
| 40 |
|
|
| 41 |
RewriteCond %{QUERY_STRING} ^redirect=viewtopic.php&t=(.*)&unwatch=topic$ |
RewriteCond %{QUERY_STRING} ^redirect=viewtopic.php&t=(.*)&unwatch=topic$ |
| 42 |
RewriteRule ^login.php(.*)$ ../phpbb/forum/unwatch_topic_%1 [L] |
RewriteRule ^login.php(.*)$ /user/login?destination=forum/unwatch_topic_%1 [L] |
| 43 |
|
|
| 44 |
RewriteCond %{HTTP_REFERER} !^(.*)redirect=admin/index\.php(.*)$ [NC] |
RewriteCond %{HTTP_REFERER} !^(.*)redirect=admin/index\.php(.*)$ [NC] |
| 45 |
RewriteCond %{QUERY_STRING} !^(.*)redirect=admin/index\.php(.*)$ [NC] |
RewriteCond %{QUERY_STRING} !^(.*)redirect=admin/index\.php(.*)$ [NC] |
| 46 |
RewriteRule ^login.php(.*)$ ../phpbb [L] |
RewriteRule ^login.php(.*)$ ../user/login?destination=forum [L] |
| 47 |
|
|
| 48 |
RewriteCond %{QUERY_STRING} ^mode=post&u=(.*)$ |
RewriteCond %{QUERY_STRING} ^mode=post&u=(.*)$ |
| 49 |
RewriteRule ^privmsg.php(.*)$ ../privatemsg/msgto/%1 [L] |
RewriteRule ^privmsg.php(.*)$ ../privatemsg/msgto/%1 [L] |