Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Windows\System32\drivers\etc\hosts
- -----------------------------------------------------------------------
- 192.168.1.2 fachowiec.com.pl
- D:\_server\bin\apache\Apache2.4.4\conf\extra\httpd-vhosts.conf
- -----------------------------------------------------------------------
- NameVirtualHost *:80
- <VirtualHost *:80>
- ServerName fachowiec.com.pl
- ServerAlias www.fachowiec.com.pl
- DocumentRoot "D:\_server\www\fachowiec"
- ErrorLog "logs\errors.log"
- <directory "D:\_server\www\fachowiec">
- Options Indexes FollowSymLinks
- AllowOverride all
- Order Deny,Allow
- Deny from all
- Allow from all
- </directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement