Forum Moderators: mack
I have 3 sites, say, www.ge.com which is the main one and has the hosting.
I then have,say, www.pgw.com which actually points to www.ge.com/web
Then www.ccf.com which points to www.ge.com/web2
Because of Google problems etc I want them to have their own seperate hosting space, which I now have. I wonder if anyone had an idiots guide on how to do the 301 thing (presuming that to be the way)
I hand code all my pages using notepad and save them as .htm files then simply upload to my space.
I am therefore not even sure to to create the htaccess or where to put it.
Any help in this matter would be greatly appreciated and I apologise if the topic is tiresome to more long standing members.
All the best
Rod
I pasted this into notepad
RewriteEngine On
RewriteRule .* [ccf.com...] [R=301,L]
saved as ".htaccess" and uploadeded it to www.ge.com/web2
but when I go to www.ge.com/web2 nothing happens, no redirect no error etc.
Just wondered if any could offer any easy to follow pointers.
All the best
Rod