.htaccess redirect problem
Posted by: wribbit
Posted on: 2007-07-21 14:22:00
Hi everyone,
I tried to create a .htaccess file for redirection.
I want everyone that goes to http://smf.ii-houdai.net to be redirected to http://101283.net
smf.ii-houdai.net resides in a directory /smf in the root folder.
so I created the .htaccess with the following line:
Redirect /home/my_user_name_here/smf http://101283.net/
Then, place the .htaccess in my home directory.
However, it doesn't seem to work..
Could anyone help point out what I'm doing wrong?