Авторизуйтесь по паролю
follor 01.05.2015 Все вопросы » Ламерские вопросы 2325
FastFud - 2015-07-071 мая 2015 20:36 - #44081
RewriteRule ^forum(/?)+$ forum.site.ru [R=301,L]
follor - 2015-07-071 мая 2015 20:39 - #44082
RewriteCond %{REQUEST_URI} /forum/RewriteRule ^(.*)$ http://forum.site.ru/$1 [L]
follor - 2015-07-071 мая 2015 20:52 - #44083
FastFud - 2015-07-071 мая 2015 21:01 - #44086
FastFud - 2015-07-071 мая 2015 20:56 - #44084
RewriteRule ^forum(/?)+$ http://forum.site.ru [R=301,L]
follor - 2015-07-071 мая 2015 21:00 - #44085
FastFud - 2015-07-071 мая 2015 21:09 - #44087
follor - 2015-07-071 мая 2015 21:14 - #44088
DirectoryIndex index.phpRewriteEngine On RewriteRule ^page/([0-9]+)(/?)$ index.php?cstart=$1 [L]RewriteRule ^forum(/?)+$ http://forum.site.ru [R=301,L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),([0-9]+),(.*).html$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&cstart=$5&news_name=$6&seourl=$6 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/page,([0-9]+),(.*).html$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/print:page,([0-9]+),(.*).html$ engine/print.php?subaction=showfull&year=$1&month=$2&day=$3&news_page=$4&news_name=$5&seourl=$5 [L]RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*).html$ index.php?subaction=showfull&year=$1&month=$2&day=$3&news_name=$4&seourl=$4 [L]
FastFud - 2015-07-071 мая 2015 21:50 - #44089
vlad23 - 2015-07-074 мая 2015 01:26 - #44129
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));