Hello everyone.
Would like to mention tht m not a hardcore webmaster but i m trying to learn things.
I need help from you guys regarding redirection.
I want tht whenever my visitors type in www.mydomain.com they should get redirect to www.mydomain.com/another-folder/
Someone told me its possible thru .htaccess file. Can anyone help me what to write in the .htaccess file so as to redirect visitors to a particular folder.
My .htaccess file already contains these lines
Quote:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName crazycabin.net
AuthUserFile /var/www/vhosts/crazycabin.net/httpdocs/_vti_pvt/service.pwd
AuthGroupFile /var/www/vhosts/crazycabin.net/httpdocs/_vti_pvt/service.grp
|
Any help would be appreciated.
Thanks
|