redirect my domain to the folder

Either create a redirect in an .htaccess file, or in an index file at the root level.

Jeff
 
jlasman said:
Either create a redirect in an .htaccess file, or in an index file at the root level.

Jeff
Of course but i didn't know what.

I investigate and i edit in .htaccess file the next line:

DirectoryIndex /myfolder/myfile.*

Where "myfile" can to be a file *.html, *.php, *.pl, etc to execute (ex: index.html, index.php, ) and my folder is the directory .

So, anybody can to type the name of domain in the browser (for example: http://www.mydomain.com) then execute the file into the folder.

Sorry, if there is errors for my english because i'm spanish.

Bye
 
Back
Top