Skip to content

wdalmut/zf1-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ZF1 App

Just an example...

Windows

c:\windows\system32\drivers\etc\hosts

GNU\Linux - MacOS

/etc/hosts
<VirtualHost *:80>
    ServerName zf-intro.local
    DocumentRoot "C:\web\zf-intro\public"
    
    SetEnv APPLICATION_ENV development
    
    <Directory "C:\web\zf-intro\public">
        Options Indexes FollowSymLinks
        AllowOverride All
        Order deny,allow
        Allow from all
    </Directory> 
    
    ErrorLog "logs/love.local.log"
</VirtualHost>

About

A simple and useless zf1 example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages