Quote:
Originally Posted by emdee
hi have .htaccess file doing a redirect for me:
www.domain.com is 301 redirected to www.domain.com/forums
if this redirect is active, www.domain.com/photoplog come up as a blank page.
how to i get the /photoplog still come up , while the redirect is still activated
please provide details.
thanks
|
Add and index.html instead of .htaccess into your root directory.
Here is the code to put into your index.html
Code:
<html>
<script>
location = "http://www.yourdomain.com/forum/";
</script>
</html>
There might be an htaccess solution, you should ask in an seperated section/thread.