11 reputation
1
bio website
location India
age 26
visits member for 1 year, 3 months
seen May 2 '12 at 7:21
stats profile views 9

Mar
30
comment Redirect the non-www version of the site to the www
yes i change. any other changer i need do done?
Mar
30
comment Redirect the non-www version of the site to the www
hellow geert i put the code in .htaccess. But it redirect out of the site.
Mar
30
comment Redirect the non-www version of the site to the www version to remove duplicate content
hai maxoud, i try that solution but it not works.
Mar
30
comment Redirect the non-www version of the site to the www version to remove duplicate content
hello simon, how to do the DNs redirection?
Mar
30
asked Redirect the non-www version of the site to the www version to remove duplicate content
Mar
30
comment Redirect the non-www version of the site to the www
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^http:www.//demo.yourdomain.com/realestate/$ RewriteRule (.*) demo.yourdomain.com/realestate/$1 [L,R=301] RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d </IfModule> # END WordPress
Mar
30
comment Redirect the non-www version of the site to the www
hello geert, till my site not redirect. any other solution for redirecting www and non-www.
Mar
29
awarded  Tumbleweed
Mar
28
comment Redirect the non-www version of the site to the www
After change it not working.
Mar
28
asked Redirect the non-www version of the site to the www
Mar
10
asked I use same slug name for category and page
Mar
6
comment wp_list_pages() not showing on posts
Did you get all Contents wp_list_pages( $args );
Mar
6
comment Trigger shortcode after submit button pressed
Conform that shortcodes is working or not.
Mar
6
answered Question about proper use of wp_redirect?