Hi all,
My suspended.page (when I suspend someone) seems to be, for some reason, forwarding to www.suspended.page. Any idea how to fix this?
Thanks,
Jordan
Hi all,
My suspended.page (when I suspend someone) seems to be, for some reason, forwarding to www.suspended.page. Any idea how to fix this?
Thanks,
Jordan
Hi,
Check the following two pages and see what is the code written in these page,
/usr/local/apache/htdocs/suspended.page/index.html
/usr/local/cpanel/etc/suspended.page/index.html
It appears to be the regular suspended page on both of them. The bottom of it looks like this:
<table bgcolor=#ffffff link=#0000ee vlink=#0000ee text=#000000 border=0 al$
<tr class=cellheader>
<td bgcolor=#788298><center><b>This Account Has Been Suspended</b></center$
</tr>
</table>
Please contact the billing/support department as soon as possible.
</html>
Does anybody know why it would be doing this?
I do not know if you've already solved the issue... I hope soOriginally Posted by Serpico
.
I just fall into it and checking the .htaccess within the public_html folder of the suspended user account I've found that the url of the RedirectMatch is broken:
http:///suspended.page
instead of:
http://<ServerHostname>/suspended.page.
Hi,
Did anybody know how to fix this problem and where can i set the url of RedirectMatch on .htaccess ?
Thank you.
I have exacplyu this problem on one server, every time thati suspend one client i get on his htaccess "http:///suspended.page" instead of "http://<ServerHostname>/suspended.page".
There is any way to fix this issue ?
Cristian