Hi!
I've got a downloads page vbulletin powered inside www.mysite.com/forums/downloads and i was wondering if i can make it look like www.mysite.com/downloads/, (outside /forums/)
is it possible?
thanks in advance!
This is a discussion on Change addres within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi! I've got a downloads page vbulletin powered inside www.mysite.com/forums/downloads and i was wondering if i can make it look ...
Hi!
I've got a downloads page vbulletin powered inside www.mysite.com/forums/downloads and i was wondering if i can make it look like www.mysite.com/downloads/, (outside /forums/)
is it possible?
thanks in advance!
Hello, try to put this in your forum root directories .htaccess:
Code:# This is an auto-generated .htaccess # It should be uploaded in /downloads/.htaccess # # Forums URL: http://www.mysite.com/forum/ # Add-on URL: http://www.mysite.com/downloads/ RewriteEngine On RewriteCond %{REQUEST_FILENAME} \.php$ [OR] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /forum/vbseo.php?vbseourl=$1&vbseorelpath=../downloads/ [L,QSA]
The Forum Hosting - Forum Hosting from the Forum Experts
it's not working... when pointing mysite i've see the forum
Without a working demo and live link it is quite impossible to help you out. Can you post a link of your board and a link where you want the download?
The Forum Hosting - Forum Hosting from the Forum Experts
My board it's
tuRiver - River Plate
the downloads plugin makes a downloads apart
http://www.turiver.com.ar/foros/downloads/
y was wondering if i could make
http://www.turiver.com.ar/foros/downloads/
works like this
http://www.turiver.com.ar/downloads/
thanks!
ps: downloads plugins it's not active in this moment
What if you try:
Code:RewriteEngine On RewriteCond %{REQUEST_FILENAME} \.php$ [OR] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /foros/vbseo.php?vbseourl=$1&vbseorelpath=../downloads/ [L,QSA]
The Forum Hosting - Forum Hosting from the Forum Experts
Same... when pointing tuRiver - River Plate i see the forum :S
next week i'm going to install wordpress on root, so i can't use that...
Sorry for bumping up this... any more ideas?
Thanks!
You can put a link to domain.com/downloads/ and then create .htaccess file in domain root with:
Code:RewriteEngine On RewriteRule ^(downloads/.*)$ forum/vbseo.php?vbseourl=$1&vbseorelpath= [L,QSA]
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!