Hi guyz,
i have a customer that set up a redirect.
e.g sads.site.net > http://somesite.com/u=?40405 (or something)
every time you go to sads.site.net you get a Forbidden page.....
how could i fix this??
thanx guyz!
Hi guyz,
i have a customer that set up a redirect.
e.g sads.site.net > http://somesite.com/u=?40405 (or something)
every time you go to sads.site.net you get a Forbidden page.....
how could i fix this??
thanx guyz!
Hi there,Originally Posted by PyRoAcIdK
how about using .htaccess ?
how would i go about using that? is it hard?
Hi there,
just create a file called ".htaccess" in the root directory (/home/user/public_html/.htaccess) and insert something like
Redirect / http://www.wherever.com/index.html?user=112233
Guido
nope still didnt work, i get a 403 error, why doesnt cpanel want to redirect this?
ok figured it out, but i really wanna know how to fix the problem, because i dont wanna have to do it everytime someone makes a subdomain, this will be annoying for customers.
thanx guyz