I need help to redirect these links to 404 error
http://getcityweather.com/international/region/na.html
http://getcityweather.com/internatio...forecasts.html
http://getcityweather.com/internatio...forecasts.html
http://getcityweather.com/internatio...forecasts.html
I had tried to use .htaccess file redirect
[code]
# redirect all non-www traffic
#RewriteCond %{HTTP_HOST} ^region/\?\?\.html$
#RewriteRule ^region/??\.html$ http://www.google.com [R=permanent,L]
#RewriteRule ^region/([A-Za-z]{2})\.html$ http://www.google.com [R=permanent,L]
or this below code
Redirect 301 /region/af.html http://www.getcityweather.com/us/
[\code]
Some one please let me know, whether I should do it through .htaccess way
or is there anything in php like catching the url and redirecting them.
Please help it is little urgent.
www.OFFLINEMARKETINGFORUM.com (Register Now)