Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
SoliloquyBlue Posted June 7, 2010 Posted June 7, 2010 Hello i want to redirecthttp://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.
Painted Horse Posted June 8, 2010 Posted June 8, 2010 Hello i want to redirect (snip) how can i do that ? Thanks. Create a .htaccess file with this: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com$ [NC] RewriteRule ^(.*)$ http://community.yourdomain.com/$1 [L,R=301]
SoliloquyBlue Posted June 8, 2010 Author Posted June 8, 2010 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
bfarber Posted June 8, 2010 Posted June 8, 2010 Do you need technical support? You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Resources.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.