How do I redirect my http://example.com to http:www.//example.com

iCafe

New Member
use .htaccess in your root

create file .htaccess

RewriteEngine On

RewriteCond %{HTTP_HOST} ^exsample\.net [NC]
RewriteRule ^(.*) http://www.exsample.net/$1 [L,R=301]
 

virus

New Member
shaun166 said:
i try that already after i login it will auto logout whenever i click on a forum


try thy step by step

before you redirecting to www
goto admincp > set your URL FOrum to cccccc.com
after that
maintenance
repair database >>selec all and go
repair database >> Fixing index
and
goto update counter
rebuil thread information
forum information
similiar page
searh index
after that
repair again
and change the httpaccsess
and run site map generator
 

shaun166

New Member
virus said:


try thy step by step

before you redirecting to www
goto admincp > set your URL FOrum to cccccc.com
after that
maintenance
repair database >>selec all and go
repair database >> Fixing index
and
goto update counter
rebuil thread information
forum information
similiar page
searh index
after that
repair again
and change the httpaccsess
and run site map generator

hey thanks alot! it work now
 
Top