gecko-dev/webtools/survey/webroot/htaccess.default

10 строки
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