You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
linusnorton edited this page Dec 30, 2011
·
3 revisions
#CONFIG FOR WEBSITE
<VirtualHost *:80>
ServerName example.org
SetEnv CONFIG dev
DocumentRoot "/var/www/example.org/www"
<Directory "/var/www/example.org/www">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
RewriteEngine on
RewriteOptions inherit
ErrorLog /var/www/example.org/log/error.log
</VirtualHost>