
01-06-2013, 08:53 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,291
|
|
/usr/local/lsws/DEFAULT/html>cat .htaccess
php_value auto_prepend_file ../design/header.php
php_value auto_append_file ../design/footer.php
/usr/local/lsws/DEFAULT/html/callback>cat .htaccess
php_value auto_prepend_file none
php_value auto_append_file none
/usr/local/lsws/DEFAULT/html/callback>cat list.php
PHP Code:
<?php
echo "--- callback/list.php -----<br>";
?>
just what you've suggested.
check:
http://php.net/manual/en/configuration.changes.php
Quote:
|
You will need "AllowOverride Options" or "AllowOverride All" privileges to do so
|
|