.htaccess help
#1

how can I forward a domain to a subfolder using the htaccess

like I want to forward www.mydomain.com to www.mydomain.com/folder

Any idea how I can do this? :/ i tried googling and using their methods but failed. Looking forward for some help.

Thnx in advance.
Reply
#2

DirectoryIndex
Reply
#3

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
DirectoryIndex
What do you mean? :/
Reply
#4

I'm not really sure either but I would use a simple PHP redirect;

Код:
<?
	header("HTTP/1.1 301 Moved Permanently");
	header("Location: http://mydomain.com/folder/");
?>
Reply
#5

Exora, he asked for .htaccess
DiryLilFreak, in .htaccess:

DirectoryIndex {destination}. So to go to the 'folder' map:
DirectoryIndex folder
Reply
#6

is it the .htaccess inside cgi-bin or I create a new .htaccess file? Coz I made a new one. and enetred your code and i get a 403 error :/ I didnt get this before.

EDIT: nvm the php code worked xD thnx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)