smf Sayfa URL'lerini .html Uzantılı Yapmak denendi

tarantula90129.03.2010 - 19:53
yapmadan once sitenızın yedegını alınız..

Sources/QueryString.php dosyasını açın ve kodu bulun

Kod: [Seç]
// This should work even in 4.2.x, just not CGI without cgi.fix_pathinfo.
if (!empty($modSettings['queryless_urls']) && (!$context['server']['is_cgi'] || @ini_get('cgi.fix_pathinfo') == 1) && $context['server']['is_apache'])
{
// Let's do something special for session ids!
if (defined('SID') && SID != '')
$buffer = preg_replace('/"' . preg_quote($scripturl, '/') . '\?(?:' . SID . ';)((?:board|topic)=[^#"]+?)(#[^"]*?)?"/e', "'\"' . \$scripturl . '/' . strtr('\$1', '&;=', '//,') . '.html?' . SID . '\$2\"'", $buffer);
else
$buffer = preg_replace('/"' . preg_quote($scripturl, '/') . '\?((?:board|topic)=[^#"]+?)(#[^"]*?)?"/e', "'\"' . \$scripturl . '/' . strtr('\$1', '&;=', '//,') . '.html\$2\"'", $buffer);
}




kod:

değiştir

Kod: [Seç]
// This should work even in 4.2.x, just not CGI without cgi.fix_pathinfo.

// Let's do something special for session ids!
if (defined('SID') && SID != '')
$buffer = preg_replace('/"' . preg_quote($scripturl, '/') . '\?(?:' . SID . ';)((?:board|topic)=[^#"]+?)(#[^"]*?)?"/e', "'\"' . \$scripturl . '/' . strtr('\$1', '&;=', '//,') . '.html?' . SID . '\$2\"'", $buffer);
else
$buffer = preg_replace('/"' . preg_quote($scripturl, '/') . '\?((?:board|topic)=[^#"]+?)(#[^"]*?)?"/e', "'\"' . \$scripturl . '/' . strtr('\$1', '&;=', '//,') . '.html\$2\"'", $buffer);
[/b]

Linkback: https://www.buyuknet.com/smf-sayfa-urllerini-html-uzantili-yapmak-denendi-t21878.0.html

Etiket:

Bu bilgi size yardimci oldu mu?

EvetHayır
smf Sayfa URL'lerini .html Uzantılı Yapmak denendi
smf Sayfa URL'lerini .html Uzantılı Yapmak denendi
(Ortalama: 5 üzerinden 2.5 - 2 Oy)
2