This is separate from my other post. Here I want to do a redirect from a subdirectory .HTML page on one domain to the top level of another domain.
Why Won't This Redirect Method Work?
11
This is separate from my other post.
Here I want to do a redirect from a subdirectory .HTML page on one domain to the top level of another domain.
So basically I want to go from:
ww#w.fruit.com/apples.html
to:
ww#w.apples.info
I opened the .html apples page in Dreamweaver, deleted everything, and replaced it all with:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.apples.info" );
?>
Yet the redirect isn't working. What am I doing wrong here?
Here I want to do a redirect from a subdirectory .HTML page on one domain to the top level of another domain.
So basically I want to go from:
ww#w.fruit.com/apples.html
to:
ww#w.apples.info
I opened the .html apples page in Dreamweaver, deleted everything, and replaced it all with:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.apples.info" );
?>
Yet the redirect isn't working. What am I doing wrong here?
- Steveoo
- [1] reply
- trentonlaura
- Steveoo
- [1] reply
- trentonlaura
- Steveoo
- [1] reply
- trentonlaura
- Steveoo
- namaserajesh
- trentonlaura
- mojojuju
Next Topics on Trending Feed
-
11