kiedy po nowy wątek lub odpowiedzieć na wątek lub usunąć post przekierowuje mnie na pustą stronę ... (Internet Explorer nie może wyświetlić strony sieci Web) Jakieś pomysły ...
tutaj jest mój. htaccess
# Komentarz następujący wiersz (dodaj "#" na początku)
# W celu wyłączenia funkcji mod_rewrite.
# Uwaga: trzeba jeszcze wyłączyć hack w
# Panelu sterowania vBSEO zatrzymać url przepisuje.
RewriteEngine On
RewriteRule ^ ((urllist | sitemap_) .* \\ (xml |..? Txt) (\\ gz))? $ Vbseo_sitemap / vbseo_getsitemap.php sitemap = $ 1 [L]
# VBET Begin
RewriteRule vbenterprisetranslator_seo.php? vbet_lang = $ 1 & przekierowany = / forum / [L, QSA]
RewriteRule vbenterprisetranslator_seo.php? vbet_lang = $ 1 & przekierowany = / forum / $ 2 [L, QSA]
RewriteCond% {REQUEST_URI}! (Admincp / | modcp / | vbseo_sitemap / | cron)
RewriteRule ^ ((archiwum /)?(.* \\. Php (/.*)?))$ vbenterprisetranslator_seo.php [L, QSA]
RewriteCond% {REQUEST_FILENAME}!-F
RewriteCond% {REQUEST_FILENAME}!-D
RewriteCond% {REQUEST_FILENAME} ^! (Admincp | modcp | clientScript | cpstyles | zdjęcia) /
RewriteRule $ vbenterprisetranslator_seo.php [L, QSA]
# VBET End
# VBSEO
# Niektóre serwery wymagają dyrektywy RewriteBase być
# Włączony (usuń "#" na początku w celu aktywacji)
# Uwaga: po włączeniu, należy podać ścieżkę
# Do głównego folderu vB (tj. RewriteBase / forum /)
# RewriteBase /
RewriteCond% {REQUEST_URI}! (Admincp / | modcp / | cron | vbseo_sitemap)
RewriteRule ^ ((archiwum /)?(.* \\. Php (/.*)?))$ vbseo.php [L, QSA]
RewriteCond% {REQUEST_FILENAME}!-F
RewriteCond% {REQUEST_FILENAME}!-D
RewriteCond% {REQUEST_FILENAME} /! (Admincp | modcp | clientScript | cpstyles | zdjęcia) /
RewriteRule ^(.+)$ vbseo.php [L, QSA]