Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error
01-07-2012, 10:44 PM
Post: #4
RE: error
If you're using cPanel, you can set up a redirect. Get the link that it is going to now, and set up that redirect. HostGator usually has good tutorials on this

http://support.hostgator.com/articles/cp...-to-create

Doing it in cPanel will usually do the redirect in the .htaccess for you. If you don't have cPanel, but you can edit .htaccess, plug this in and replace it with your info

# Redirect old file path to new file path
Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html

The hash tag (#) is a comment and it makes that line not read by the browser, it usually is a comment to you to let you know what is going on.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
error - garrymula - 28-06-2012, 02:21 PM
RE: error - kpness - 30-06-2012, 12:01 PM
RE: error - garrymula - 01-07-2012, 03:08 PM
RE: error - kpness - 01-07-2012 10:44 PM

Forum Jump: