1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Ticket #259 (closed: self-service)

Opened 4 years ago

Last modified 4 years ago

How to forward the project website with mod_rewrite?

Reported by: renne Owned by:
Keywords: mod_rewrite project website Cc:
Private: no

Description

Hi,

I want to forward the project website to the PHPBB application. I've tried to upload a .htaccess with the following rules:

RewriteEngine On
RewriteCond %{HTTP_HOST} globaladdress\.sourceforge\.net$ [NC]
RewriteRule (.*)$ http://apps.sourceforge.net/phpbb/globaladdress [L,R=301]

But only the default site is displayed. Are there any limitations set up by SF?

Best regards,

Renne

Change History

Changed 4 years ago by hinojosa

  • status changed from new to closed
  • resolution set to self-service

Hi Renne,

I would recommend that you reference our Site Documentation on Custom VHOSTs as I suspect that this is the missing link in your process.

Best regards,

Daniel Hinojosa - Sr. Manager, SourceForge.net Support

P.S., Be sure to monitor our Site Status page, https://sourceforge.net/sitestatus.

Note: See TracTickets for help on using tickets.