Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

configure a subdomain apache windows

NameVirtualHost 127.0.0.1:80
<VirtualHost *:80>
<Directory "C:path	oecommerce">
    Options FollowSymLinks Indexes
    AllowOverride All
    Order deny,allow
    allow from All
</Directory>
ServerName ecomm.localhost
ServerAlias www.ecomm.localhost
DocumentRoot "C:path	oecommerce"
</VirtualHost>
Comment

PREVIOUS NEXT
Code Example
Shell :: how to make migrations in models in django 
Shell :: index of string in shell 
Shell :: viu linux 
Shell :: react native cannot connect to metro server 
Shell :: git flow 
Shell :: move repository from bitbucket to github 
Shell :: npm commands 
Shell :: Enable-Migrations 
Shell :: how to save powershell config 
Shell :: bash read file 
Shell :: installing maven using brew 
Shell :: install k3s on ubuntu 
Shell :: git stash to checkout master 
Shell :: how to sudo pip permission denied 
Shell :: pwd in command prompt 
Shell :: git tag documentation 
Shell :: systemctl enable service 
Shell :: rename a local and remote git branch 
Shell :: git diff ignore file 
Shell :: nvm github 
Shell :: create fish alias 
Shell :: how to turn off mac display 
Shell :: lighthouse 
Shell :: git push to new branch 
Shell :: linux command line 
Shell :: how to download fl studio on linux 
Shell :: cors package install npm 
Shell :: sync just one file between branches 
Shell :: npm -g yarn 
Shell :: codeception environnement variable not found 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =