When I type this \"http://example.com/Hello%20There/\" , it displays the index page wich is : \"http://example.com/Hello%20There/index.html\" .
Well, what I want to
Don't use trailing slash to define an alias.
Both URLs http://example.com/myalias1 and http://example.com/myalias1/ would work fine.
Example:
sudo vi /etc/apache2/apache2.conf Alias /myalias1 "/path/to/folder1"