.htaccess to foward http://www.d.com to d.com/test ?
Ok, i need to redirect my domain / (http://www.domain.com/) to a subfolder (http://www.domain.com/test) i know i can do this using html, but i want to do it using .htaccess :pi currently have this:
Code:
Redirect permanent / http://www.d.com/nuke/index.php
http://www.d.com/nuke/nuke/nuke(and like 100 more /nuke) obviously giving me an server error.
I get the same results with:
Code:
Redirect permanent http://www.d.com/ http://www.d.com/nuke/
TIA,
Apocalypse.