Forum Moderators: not2easy
I've got a domain, say mydomain.com
But I went and got a miss spelt domain, say mydomane.com
Just so the mydomane could instantly be redirected to the mydomain site.
The my domain site has a domain.css file attached to it. which is fine if you go straight there, but if you get redirected, the css file is not read and the whole thing is just stacked on top of each other.
Foo I really must be noob at this thing. I've done a php header redirect and a meta redirect... and I've even uploaded the css file in the subdirectory... what should I do?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>mydomain.com</title>
<meta http-equiv="REFRESH" content="0;url=http://www.mydomain.com"></HEAD>
<BODY>
</BODY>
</HTML>
Okies thanks... ish