Hello,
I've faced the following problem at a server. During express migration, in clients .htaccess, was created redirect to /cgi-sys/movingpage.cgi, but the redirect was to resellers main domain. The problem is that we use fake main domains for our resellers, and we don't want our customers to be forwarded to them.
I believe that previously, during express migration, the redirect had been created directly to the same domain as was requested. But now .htaccess looks like:
So the question is - how to change this behavior and make cPanel to create simple redirects to /cgi-sys/movingpage.cgi, without adding resellers domain into it.
I've faced the following problem at a server. During express migration, in clients .htaccess, was created redirect to /cgi-sys/movingpage.cgi, but the redirect was to resellers main domain. The problem is that we use fake main domains for our resellers, and we don't want our customers to be forwarded to them.
I believe that previously, during express migration, the redirect had been created directly to the same domain as was requested. But now .htaccess looks like:
Code:
RedirectMatch \.(dynamiccontent|pl|plx|perl|cgi|php|php4|php5|php6|php3|shtml)$ http://reseller.main.domain.com/cgi-sys/movingpage.cgi