Problem with redirecting.

san2xool

New Member
Hi,

i just installed the VB 3.8 on my host-sucessfully- the root is "httpdocs>forums>VB".

My domain is "www.pakamigos.com"

the problem is when i type the domain-as mentioned- it show a messege "Forbidden
You do not have permission to access this document." and when i type like "www.pakamigos.com/foums" it work. can any body tell me how to make the "pakamigo.com" to rediect automaticaly to "site/forums"?

help me.

Thanks.
 
You can redirect people from your root to /forums by putting a simple index file in your root with a meta refresh, but it's bad for SOE.

Code:
<meta http-equiv="refresh" content="0;url=http://www.yoursite.com/forums">

If you want your forum in the root, put it in the root.
 
Back
Top