Jump to content

Redirect question


SoliloquyBlue

Recommended Posts

Hello

i want to redirect

http://invisionpower.com/community/

to

http://community.invisionpower.com/

and keep old link works example

http://invisionpower.com/community/topic/123-test/

should be redirect to

http://community.invisionpower.com/topic/123-test/



how can i do that ?

Thanks.

Link to comment
Share on other sites

thanks but i have a problem

all old topics are not working , it's all redirect to

http://community.invisionpower.com/index.php

Note i'm using .htaccess mod_rewrite

<IfModule mod_rewrite.c>

Options -MultiViews

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>



and i have another redirect .. mydomain.com to mydomain.com/homepage

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...