jsull Posted July 1, 2004 Posted July 1, 2004 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. Quote
TCH-Bruce Posted July 1, 2004 Posted July 1, 2004 (edited) Your tag should read as follows: You could also add the redirect to your .htaccess file like this.Redirect /index.html http://yoursite.com/contact.php Edited July 1, 2004 by TCH-Bruce Quote
jsull Posted July 1, 2004 Author Posted July 1, 2004 I'll try that again when I get home. I know I tried it 4 or 5 different ways, but nothing seemed to work. Quote
TCH-Don Posted July 1, 2004 Posted July 1, 2004 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"> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.