Website Question

  • upmysleeve
  • Born
  • Born
  • No Avatar
  • Joined: Sep 20, 2008
  • Posts: 2
  • Status: Offline

Post September 20th, 2008, 10:40 am

I am going to sell merchandise for xyzcompany through a duplicate online store which they provide. The problem is that people won't be able to find my store from search engines. To solve this I need to have

xyzcompany.com/mystore

viewed at

myurl.com

for example http://mariofilms.com/ is in fact http://www.faculty.mdc.edu/mbeguiri

no matter where you navigate on the former url's page the url doesn't chage

How is this done?

The ideal thing would be for me to have a website with my own copy, content etc, on which I could use SEO for traffic purposes. myurl.com would then link to xyzcompany.com/mystore through banners or hyperlinks

can anyone help me :?:
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 20th, 2008, 10:40 am

  • tastysite
  • Proficient
  • Proficient
  • User avatar
  • Joined: Apr 09, 2008
  • Posts: 349
  • Loc: Brighouse, West Yorkshire, England
  • Status: Offline

Post September 21st, 2008, 3:02 am

Im not sure if this is what you want but you could try this on the website
Code: [ Select ]
<script language="Javascript">
<!--

var URL = "../index.php?page=3"
var speed = 10000


function reload() {
location = URL
}

setTimeout("reload()", speed);
//-->
</script>
  1. <script language="Javascript">
  2. <!--
  3. var URL = "../index.php?page=3"
  4. var speed = 10000
  5. function reload() {
  6. location = URL
  7. }
  8. setTimeout("reload()", speed);
  9. //-->
  10. </script>


Im not sure if that wat you are looking for.
^__^
  • righteous_trespasser
  • Scuffle
  • Genius
  • User avatar
  • Joined: Mar 12, 2007
  • Posts: 6228
  • Loc: South-Africa
  • Status: Offline

Post September 23rd, 2008, 3:18 am

or with PHP
Code: [ Select ]
<?php
header("Location:http://www.faculty.mdc.edu/mbeguiri");
?>
  1. <?php
  2. header("Location:http://www.faculty.mdc.edu/mbeguiri");
  3. ?>
Let's leave all our *plum* where it is and go live in the jungle ...

Post Information

  • Total Posts in this topic: 3 posts
  • Users browsing this forum: No registered users and 134 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.