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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
RE: error - kpness - 01-07-2012 10:44 PM
|