Quantcast
Channel: URL Rewrite Module
Viewing all articles
Browse latest Browse all 2482

How to achieve permanent redirects in IIS6?

$
0
0

Without using any plugins or software installation server side, is it possible to achieve true 301 redirects with IIS6? The hosting provider is has been unhelpful in this area. I've tried the system.webServer for web.config but this only works for IIS7. 

I am now placing php headers on each (corresponding .html) page:

header("HTTP/1.1 301 Moved Permanently");
header("Location: http://website.com/page.php");

Is this effective enough for Google and other engines? Is there anything else I can do without having direct access to the server (only ftp and control panel). Or perhaps there is actually something the host provider can do that they don't know about? Please advise, I'd have already moved this site over to linux if I was able. 


Viewing all articles
Browse latest Browse all 2482

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>