cakephp - URL 301 redirection CAKE PHP -
i want know code use in .htaccess file 301 redirection.
my old url old link , want redirect on new link.
i've tried code in app/.htaccess , app/webroot/.htaccess both
redirect 301 /training/certified-ethical-hacker-v9-course /ec-council/certified-ethical-hacker-v9-course
redirectmatch 301 ^/training/certified-ethical-hacker-v9-course /ec-council/certified-ethical-hacker-v9-course
this should redirect pages.
search engine different things. google has index old link , shows old link when searched on search engine. remove old link google index google webmaster tool , should add 410 gone header when google bot crawls notice index page has gone.
Comments
Post a Comment