Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Groupee Network & Login    xxx.com goes right to groupee login
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Newbie
Posted
I'm setting up a company BBS and I want the url mydomain.com to point to mydomain.com/groupee.
(Trying to make it as easy as possible for the users. They're not very technical.)
Right now, mydomain.com is the placeholder provided by Groupee. Is there an easy way for me to simply redirect users over to the mydomain.com/groupee url?

Thanks,
Greg
 
Posts: 20 | Registered: March 25, 2006Reply With QuoteEdit or Delete MessageReport This Post

Posted Hide Post
Sure is. GO into your file manager, into the public_html directory. Look for a file named .htaccess. Click teh edit link and take a look at the file. It's a redirect. Smile

remove all 3 # signs
replace the example domain name with your real domain name.

Done!


---------------------------
Go Sox!
 
Posts: 12025 | Registered: March 12, 1999Reply With QuoteEdit or Delete MessageReport This Post
Groupee Newbie
Posted Hide Post
My .htaccess only contains "Options-Indexes".
I've tried the following code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Welcome to INVChat.com</title>
<meta http-equiv="REFRESH" content="0;url=http://www.invchat.com/groupee/">
</HEAD>
<BODY>
Redirecting to INVChat.com forums.
</BODY>
</HTML>

but I only get the 500 Internal Server Error.
Thanks for the help,
Greg
 
Posts: 20 | Registered: March 25, 2006Reply With QuoteEdit or Delete MessageReport This Post
Groupee Newbie
Posted Hide Post
This worked:
Redirect 301 / http://www.invchat.com/groupee/

I have to give credit to Webweaver.nu for the code.

Thanks for pointing me in the right direction, David.

Greg
 
Posts: 20 | Registered: March 25, 2006Reply With QuoteEdit or Delete MessageReport This Post

Posted Hide Post
Hi Greg,

This is the default .htaccess that is inserted when a site is created.

#Options +FollowSymlinks
#RewriteEngine ON
#RewriteRule ^$ http://www.yourdomain.com/eve [R,L]


As my instructions above, remove the 3 # signs, and replace "yourdomain.com" with your real domain

Might need to replicate the rewrite rule line for without the www.


---------------------------
Go Sox!
 
Posts: 12025 | Registered: March 12, 1999Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Groupee Network & Login    xxx.com goes right to groupee login