Results 1 to 9 of 9

Change addres

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 ...

  1. #1
    Junior Member
    Real Name
    Matías Macera
    Join Date
    Mar 2009
    Location
    BA
    Posts
    26
    Liked
    0 times

    Change addres

    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!

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    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

  3. #3
    Junior Member
    Real Name
    Matías Macera
    Join Date
    Mar 2009
    Location
    BA
    Posts
    26
    Liked
    0 times
    it's not working... when pointing mysite i've see the forum

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    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

  5. #5
    Junior Member
    Real Name
    Matías Macera
    Join Date
    Mar 2009
    Location
    BA
    Posts
    26
    Liked
    0 times
    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

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    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

  7. #7
    Junior Member
    Real Name
    Matías Macera
    Join Date
    Mar 2009
    Location
    BA
    Posts
    26
    Liked
    0 times
    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...

  8. #8
    Junior Member
    Real Name
    Matías Macera
    Join Date
    Mar 2009
    Location
    BA
    Posts
    26
    Liked
    0 times
    Sorry for bumping up this... any more ideas?

    Thanks!

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    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]

Similar Threads

  1. Change domain and change URL Rewrite Settings
    By FIM in forum Troubleshooting
    Replies: 8
    Last Post: 05-08-2009, 04:59 PM
  2. how do I change åäö to aao
    By inparadise in forum General Discussion
    Replies: 1
    Last Post: 10-06-2008, 03:25 PM
  3. When do I change this?
    By Chat Football in forum General Discussion
    Replies: 2
    Last Post: 07-12-2008, 12:24 PM
  4. URL Change
    By nymyth in forum General Discussion
    Replies: 4
    Last Post: 05-29-2008, 09:53 AM
  5. Change look RRS
    By jarod1981® in forum Relevant Replacements
    Replies: 3
    Last Post: 07-02-2007, 12:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •