If you type in <!-- w --><a class="postlink" href="http://www.mydomain.com">www.mydomain.com</a><!-- w --> then the browser will automatically load the file called index.htm.
Now I want to know if it is possible to make it go somewhere else. So when I type my domain in id like it to goto forum/home.php
I have tried changing the DirectoryIndex in the .htaccess file, which sort of works but not. It does go to the correct page but the paths to all the images/stylesheets etc.. are not working.
Is there another way to do this that will work fully?You could put this in the index file:
<meta http-equiv="refresh" content="5;url=https://www.personal.kent.edu/forward.html">
Or do a domain redirect, which on UNIX systems, I'm not sure exactly how that works.
Now I want to know if it is possible to make it go somewhere else. So when I type my domain in id like it to goto forum/home.php
I have tried changing the DirectoryIndex in the .htaccess file, which sort of works but not. It does go to the correct page but the paths to all the images/stylesheets etc.. are not working.
Is there another way to do this that will work fully?You could put this in the index file:
<meta http-equiv="refresh" content="5;url=https://www.personal.kent.edu/forward.html">
Or do a domain redirect, which on UNIX systems, I'm not sure exactly how that works.