Site linklerini tam görmeniz için code tag i içerisine yazıyorum....
Kullandığım .htaccessCode:Benim sorunum şu; Normalde siteye http://www.number1forum.com/forum/psikoloji/ olarak girin birisi forumu görüntülüyor ama http://www.number1forum.com/forum/forumdisplay.php?f=439 diye girmeye çalıştığında http://www.number1forum.com/forum/psikoloji/ url sine gönlenmiyor. Aynı şekilde http://www.number1forum.com/forum/member.php?u=1 dediğimdede yönlenmiyor.
Code:<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> RewriteEngine On RewriteBase /forum/ RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{QUERY_STRING} !vbseourl= RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]


LinkBack URL
About LinkBacks





Reply With Quote

