I just bought from Yahoo Small Buisness Services a 1 year domain name for 1.95 the first year for www.fantasy-pc.com .
I am really happy for this and I inserted this code in my .htaccess:
And used this code for the Riderect:
It riderects ok but it gives me the Yahoo Page under construction instead of the real site.
Also in my Yahoo Services it says the link is active and will display a website under construction thing. so what do I do to show my real website?
Last edited by Ratman2050 on Sat Oct 07, 2006 11:44 pm; edited 1 time in total
I am really happy for this and I inserted this code in my .htaccess:
| Code: |
| Options +FollowSymlinks
RewriteEngine on RewriteRule (.*) http://www.fantasy-pc.com/$1 [R=301,L] |
And used this code for the Riderect:
| Code: |
| <?php
header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.fantasy-pc.com"); exit(); ?> |
It riderects ok but it gives me the Yahoo Page under construction instead of the real site.
Also in my Yahoo Services it says the link is active and will display a website under construction thing. so what do I do to show my real website?
Last edited by Ratman2050 on Sat Oct 07, 2006 11:44 pm; edited 1 time in total
