Mobile app version of vmapp.org
Login or Join
Eichhorn148

: Redirect link of old webpage to new webpage in Joomla 2.5 I have modified my website www.vidyaniketan.in. It is a Joomla 2.5 site. When I search for it in Google by URL, there are several

@Eichhorn148

Posted in: #301Redirect #Htaccess #Joomla

I have modified my website vidyaniketan.in. It is a Joomla 2.5 site. When I search for it in Google by URL, there are several sub-links displayed (e.g., "ABOUT US"). this links to the old webpage. How do I link it to new webpage? I tried following code in my .htaccess file:

Redirect 301 /about_us.html www.vidyaniketan.in/index.php?option=com_content&view=article&id=71&Itemid=468

but unfortunately it's not working.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

2 Comments

Sorted by latest first Latest Oldest Best

 

@Yeniel560

As mentioned you will need to wait for Google to re-index your website.

In Joomla 2.5 though you don't need to hack the .htaccess file everytime you restructure your site or move an article. Simply add the desired redirect to the Redirect component (you may also need to enable the Redirect plugin).

To use it navigate to Components—>Redirect and you can add new redirects there. After a while you will also see other failed requests to your website, the large majority will be people trying to hack your site by looking for unsecured software installations.

10% popularity Vote Up Vote Down


 

@Sent6035632

You've made the redirect correctly. It works well. However you must wait until Google recrawl and reindex it before it appears on search results.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme