RewriteEngine on
-RewriteBase /src/eclipse-workspace/glcas/www/
+RewriteBase /src/eclipse-workspace/gwvp/www/
RewriteRule ^index\.php.* - [L,B]
-RewriteRule ^soap\.php.* - [L,B]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
// the config file, this is as exciting as it gets really
$repo_base = "/tmp/gwvp-repos/";
$lib_base = "../gwvplib/";
+$data_directory = "../data";
// add libglcas as if it were a path in ../libglcas
if(file_exists($lib_base)) {
- $path = realpath($WEB_ROOT_FS."/$lib_base");
- error_log("addded $path as include");
+ $path = realpath($lib_base);
set_include_path(get_include_path().PATH_SEPARATOR.$path);
}
+require_once("gwvplib.php");
+
?>
\ No newline at end of file