The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Yep, tried that. First thing I tried. ......... No luck.
Just worried I will screw things up even more now. I'll just havve to leave it 'as is' for now.......... |
#12
|
||||
|
||||
Are you sure you didn't touch any of your files also? It's like there is a redirect in place that no matter what you put as the URL (the page source has the correct URLs), you get redirected to the forum page.
|
#13
|
||||
|
||||
That is what I think too , he has to have a redirect, look in your htaccess file and look for redirects.
|
#14
|
|||
|
|||
Quote:
Only changed the settings in Settings/Navigation Manager. Making Forum the default, instead of What's New. --------------- Added [DATE]1349079008[/DATE] at [TIME]1349079008[/TIME] --------------- This is the htaccess file........ # 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 /forum/ #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] #-------------------------- RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA] #-------------------------- Double Dutch to me. Does it look OK? P.S. Seems to be two copies of this file. One in the root and one in the forums folder. |
#15
|
||||
|
||||
Since you are not running vbseo and you are not using Mod Rewrite Friendly URLs, you should not have any .htaccess files. I'd suggest renaming them (like to a.htaccess) and then seeing if you still have the same problem.
|
#16
|
|||
|
|||
thanks, I'll try that
--------------- Added [DATE]1349155938[/DATE] at [TIME]1349155938[/TIME] --------------- Thanks, that seems to have worked! Your help is very much appreciated. When my tech guy gets back we'll have to work out what went wrong and how to get VB SEO working. I thought it was! But at least we are back up and running. Many thanks guys. |
#17
|
||||
|
||||
I didn't notice last time I saw your htaccess but the following is the redirect that was causing you to always go to you Forum Home:
#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] Just remove that from your htaccess file and you will be fine. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|