I own site A and site B I just purchased because I really liked the template and the layout and the way the site is set up. However, I do not like the site B domain name. But, I do want my site A domain name to be site B's name. So, what I attempted to do was have site B redirect to site A, which I realize was the wrong thing to do. Now, I am left with this error. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. How do I fix this error? When I go into the logs on Cpanel, it says this: php_value takes two arguments, PHP Value Modifier Can someone help me with what to do? I need help!!!! I would so appreciate it.
Hi Discodollars. It looks like you have tried to add redirection via .htaccess file which is corrupted now. Try to remove the redirection rules from .htaccess and check if that resolves your Internal Server Error issue.
or use redirection with php . create index.php and put this code in it : <? header("Location : http://www.domainA.com"); PHP: