When I enter:
nbadimensions.net
it redirects to
nbadimensions.net/forums/
if i enter...
nbadimensions.net/index.php
it goes onto the main page. How do I redirect nbadimensions.net to my main index page.
This is a discussion on Redirection help... within the General Discussion forums, part of the vBulletin SEO Discussion category; When I enter: nbadimensions.net it redirects to nbadimensions.net/forums/ if i enter... nbadimensions.net/index.php it goes onto the main page. How do ...
When I enter:
nbadimensions.net
it redirects to
nbadimensions.net/forums/
if i enter...
nbadimensions.net/index.php
it goes onto the main page. How do I redirect nbadimensions.net to my main index page.
Do you have an index.htm or index.html page in root?
./
and
./index.php
should do the same thing if there's no htm(l) file there.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
There's neither.
Hi Jamie,
I couldn't reproduce this myself (Mac OS environment running Safari web browser). Did you manage to fix the issue?. If not, what is the content of your .htaccess file?
Andrés Durán / Crawlability Inc.
ˇvBSEO 3.6.0 GOLD Liberado!
Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!
Síguenos en: Facebook | Síguenos en: Twitter
htaccess looks like this:
Code:# 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 / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^forums/((archive/)?(.*\.php(/.*)?))$ forums/vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ forums/vbseo.php [L,QSA]
NBA Basketball Forum - Blogs, News And Rumors and NBA Basketball Forum - Blogs, News And Rumors and NBA Basketball Forum - Blogs, News And Rumors all load the cms home for me. I can't reproduce it either.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!