Ticket #259 (closed: self-service)
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
Note: See
TracTickets for help on using
tickets.