View Full Version : rare thing
tarzan22
01-11-2009, 06:36 PM
Please, I have spent a rare thing, to suddenly come into my forum does not come directly and have to enter the index.php
www.yoursite.com (http://www.yoursite.com)
please someone knows how to solve this?
Lynne
01-11-2009, 06:53 PM
I believe that is something to do with either your vbseo or htaccess file. You need to set up something so if they only input www.yoursite.com (http://www.yoursite.com) that they get redirected to www.yoursite.com/index.php (http://www.yoursite.com/index.php). This should help - http://enarion.net/web/apache/htaccess/redirect-domain-to-file/
kevcj
01-11-2009, 07:56 PM
If your site has adult content, PLEASE mark it as such!!!!
I just clicked your link with my grandson next to me, only to see naked women on your page. This was very unprofessional of you to post an adult link and not say anything.
tarzan22
01-11-2009, 08:02 PM
forgiveness is a small part of adults but it is minimal, but please excuse me
--------------- Added 1231783588 at 1231783588 ---------------
Thank you very much Lynne was right, was a problem when you htaccess 3.8.0 update, I've settled here as if you need someone with the same problem
a strong welcome
Options +FollowSymLinks
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /
RewriteRule testpage.html http://www.google.com [L,R]
RewriteCond %{HTTP_HOST} !^www\.tuforo\.com
RewriteRule (.*) http://www.ftuforo.com/$1 [L,R=301]
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]
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.