Hi I have a Joomla site which I want to redirect all my post link into other domain. Example: my site is chol70.com and all post will be like chol70.com/index/........... I have about 1000 posts. So what I I want is when a visitor visit my page what ever page/post I want it to be direct to other domain like xxxqube.blogspot.com. it is not an adult site just but name looks like adult but is not. Can any one share me the idea
I would not recommend redirecting your URLs like this, search engines will see what your doing and penalise you. If you have a sitemap, copy all your links into a text editor and remove (search replace) the domain from your URLs. Using 'Redirect 301' create redirects to relevant posts of your blog. If you really want to do a site wide redirect here is the code, but I wouldn't use it: redirectMatch 301 ^/ your url
can use Redirect php code add to your index.php or I think use redirect in your .htacess is will be good Rgr