Jump to content

Recommended Posts

Posted

But it doesn't like it very much....

 

I am using this code (using approriate file names) trying to get my index.html page to forward to "content\contact.php"

 

><META HTTP-EQUIV="REFRESH" CONTENT="10; URL=content\contact.php">

 

I've tried different timings, tried an absolute URL, but nothing's seemed to work.

 

I cannot access the Control Panel right now to tell you which server it's located on, (usernames and passwords are miles away), but the site is countryconnectionrealestate.com

 

Just trying to autoforward the main index to a different page, but it keeps refreshing the index page instead.

 

Any and all help or suggestions are appreciated.

Posted

Your slash is the wrong one, use /

 

as in

><META HTTP-EQUIV="REFRESH" CONTENT="10; URL=content/contact.php">

 

or the full path

 

><META HTTP-EQUIV="REFRESH" CONTENT="10; URL=http://countryconnectionrealestate.com/content/contact.php">

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...