mike.morgan%oregonstate.edu 13cfd998a2 Missing _file from the end of the auto_prepend argument... I owe Aravind a beer.
git-svn-id: svn://10.0.0.236/trunk@192170 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-10 20:52:05 +00:00

10 lines
433 B
Plaintext

# Auto-prepend our init.php script.
# This allows us to have our web documents anywhere we want
# and keep our includes, etc. in a safe directory.
php_value auto_prepend_file ../inc/init.php
# Set up rewrites so we can get our app data in.
RewriteEngine On
# RewriteBase /YOURWEBROOT -- only if the survey is not installed in your vhost's docroot
RewriteRule ^(.+)/(.+)/(.+)/exit.html index.php?version=$1&product=$2&useragent=$3