Web server basics 235
You can also open any web page stored in any subfolder of the root folder
by specifying the subfolder in the URL. For example, suppose the
soleil.html file is stored in a subfolder called gamelan, as follows:
C:\Inetpub\wwwroot\gamelan\soleil.html
You can open this page by entering the following URL in a browser
running on your computer:
http://mer_noire/gamelan/soleil.html
When the web server is running on your computer, you can replace the
server name with
localhost
. For example, the following URLs open the
same page in a browser:
http://mer_noire/gamelan/soleil.html
http://localhost/gamelan/soleil.html
NO
TE
Another expression you can use instead of the server name or localhost is
127.0.0.1 (for example, http://127.0.0.1/gamelan/soleil.html).
Содержание DREAMWEAVER 8-GETTING STARTED WITH...
Страница 1: ...Getting Started with Dreamweaver...
Страница 8: ...8 Contents...
Страница 10: ......
Страница 46: ...46 Dreamweaver Basics...
Страница 48: ......
Страница 128: ...128 Tutorial Formatting Your Page with CSS...
Страница 136: ...136 Tutorial Publishing Your Site...
Страница 138: ......
Страница 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Страница 196: ...196 Tutorial Displaying XML Data...
Страница 216: ......
Страница 230: ...230 Understanding Web Applications...
Страница 236: ...236 Installing a Web Server...
Страница 254: ...254 Setup for Sample ColdFusion Site...
Страница 268: ...268 Setup for Sample ASP NET Site...
Страница 284: ...284 Setup for Sample ASP Site...
Страница 300: ...300 Setup for Sample JSP Site...
Страница 320: ...320 Setup for Sample PHP Site...