Does anyone know of any good free tutorials for jomola for creating websites.
gaijinto New Member Messages 7 Reaction score 0 Points 0 May 12, 2009 #1 Does anyone know of any good free tutorials for jomola for creating websites.
B bonbon New Member Messages 67 Reaction score 0 Points 0 May 12, 2009 #2 Better take a look at this http://www.joomlatutorials.com/tutorials.html...
JuniorD New Member Messages 564 Reaction score 0 Points 0 May 15, 2009 #4 Try http://good-tutorials.com for some css and whatnot tutorials.
gaijinto New Member Messages 7 Reaction score 0 Points 0 May 15, 2009 #5 Thank you, I was also wondering how do I forward my homepage to a different directory I want to auto forward www.gaijintown.co.cc to www.gaijintown.co.cc/gaijin Thanks in advance Terry
Thank you, I was also wondering how do I forward my homepage to a different directory I want to auto forward www.gaijintown.co.cc to www.gaijintown.co.cc/gaijin Thanks in advance Terry
gomarc Member Messages 516 Reaction score 18 Points 18 May 15, 2009 #6 In your public_html folder, create this index.html: HTML: <html> <head> <meta http-equiv="Refresh" content="0;url=http://www.gaijintown.co.cc/gaijin"> </head> <body> </body> </html> You can read more about redirect on this post.
In your public_html folder, create this index.html: HTML: <html> <head> <meta http-equiv="Refresh" content="0;url=http://www.gaijintown.co.cc/gaijin"> </head> <body> </body> </html> You can read more about redirect on this post.
JuniorD New Member Messages 564 Reaction score 0 Points 0 May 15, 2009 #7 gomarc said: In your public_html folder, create this index.html: HTML: <html> <head> <meta http-equiv="Refresh" content="0;url=http://www.gaijintown.co.cc/gaijin"> </head> <body> </body> </html> You can read more about redirect on this post. Click to expand... Darn you beat me to it. Oh well.
gomarc said: In your public_html folder, create this index.html: HTML: <html> <head> <meta http-equiv="Refresh" content="0;url=http://www.gaijintown.co.cc/gaijin"> </head> <body> </body> </html> You can read more about redirect on this post. Click to expand... Darn you beat me to it. Oh well.