Skip to content

irina-pasculescu/booksZend1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple and dummy

httpd-vhosts.conf

	<VirtualHost *:80>
		ServerName booksZend1.localhost
		DocumentRoot /path/to/project/public
		<Directory "/path/to/project/public">
   			Options Indexes FollowSymLinks MultiViews
   			AllowOverride All
   			Order allow,deny
   			allow from all
		</Directory>
	</VirtualHost>

/etc/hosts

127.0.0.1 booksZend1.localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published