Versionsunterschiede von Test Server




← Vorherige Änderung
Nächste Änderung →

hinzugefĂźgt:
Now change into DocumentRoot, 
%% cd /srv/www/htdocs/%%
create index.html file and put the following text into the file.
%% echo -e
'<html>\n<html>\n\t<body>\n\t\t<h1>Hello
World!</h1>\n\t</body>\n</html>' > index.html%%

entfernt:
Now change into DocumentRoot, create index.html file and put the
following text into the file.
%%cd /srv/www/htdocs/
 echo -e
'<html>\n<html>\n\t<body>\n\t\t<h1>Hello
World!</h1>\n\t</body>\n</html>' > index.html%%