Navigation Menu

Skip to content

Commit

Permalink
Config: Added popoi apache config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tchalvak committed Apr 16, 2011
1 parent 7878abf commit 8062462
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/threadhack.local.popoi
@@ -0,0 +1,10 @@
<VirtualHost *>
ServerName threadhack.local
ServerAlias threadhack.local
DocumentRoot /home/tchalvak/sites/threadhack/www/
RewriteRule ^([^/]+)/favicon.ico $1/favicon.ico [T=image/x-icon]
php_value session.cookie_domain "threadhack.local"
<FilesMatch "\.(php)$">
php_value auto_prepend_file "/home/tchalvak/sites/threadhack/lib/lib/base.inc.php"
</FilesMatch>
</VirtualHost>

0 comments on commit 8062462

Please sign in to comment.