when going to this url, yoursite.com/forum I'm taking to this and a blank page comes up.
www.yoursite.com/forum//home/yoursite/public_html/forum
Thank you
This is a discussion on url changing within the General Discussion forums, part of the vBSEO SEO Plugin category; when going to this url, yoursite.com/forum I'm taking to this and a blank page comes up. www.yoursite.com/forum//home/yoursite/public_html/forum Thank you...
when going to this url, yoursite.com/forum I'm taking to this and a blank page comes up.
www.yoursite.com/forum//home/yoursite/public_html/forum
Thank you
Hello,
please check this: Add www to forum url with no trailing slash
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
i added that to the forum root .htaccess and it took care of the problem. Do I also need to added it to the main root .htaccess as well?
Thanks
IF you have a similar www/non-www directive there, then yes.
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!
This is what I have there,and this is in forum rootRewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ http://www.site.com/forum/ [L,R=301]
Oh last question. When I goto Move .htaccess rules into httpd.conf from WHM, I remove these two files right? And would I still need to place this into Mert's .htaccess rules from his blog post?RewriteCond %{HTTP_HOST} !^www\.site\.com
RewriteCond %{REQUEST_URI} forum/
RewriteRule (.*) http://www.site.com/forum/$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]add RewriteCond %{REQUEST_URI} forum/
Thank you!
yes, when you move to httpd the htaccess files should be removed. and yes, you should add that line in to merts directions.
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!
Sorry one last question.
I'm planning on adding another vbsuite and vbseo installation to the same server. Will moving the htaccess effect the other forum and can I have the htaccess files for the new site in the same location?
Thanks again!
each site has their own header in httpd.conf
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!